﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Setup / Upgrade issue - cannot get past "Step 1"</title><link>http://www.aspplayground.net/forum/</link><description /><copyright>(c) ASP Playground Support Forum</copyright><ttl>30</ttl><item><title>Setup / Upgrade issue - cannot get past "Step 1" (Samuel)</title><description>  If you can't set up the software, you need to first make sure the forum folder is set as an Application first. We need to do this because the software needs to use its own web.config and bin folder. I will show you what it looks like when the folder is marked correctly below:      &lt;br&gt;   &lt;br&gt;  &lt;b&gt;NOTE&lt;/b&gt;: The folder names appear on the screenshots above are just some examples. You can name your folder with any name you like.&amp;nbsp;  &lt;b&gt;&amp;nbsp;&lt;/b&gt;  &lt;br&gt;   &lt;br&gt;  &lt;b&gt;IIS 6:&lt;/b&gt;  &lt;br&gt;  [attachment=0]       &lt;br&gt;  &amp;nbsp;       &lt;br&gt;  &lt;b&gt;IIS 7:&lt;/b&gt;  &lt;br&gt;  [attachment=1]       &lt;br&gt;  &amp;nbsp;       &lt;br&gt;  Make sure the server is set up as the above screen shots.       &lt;br&gt;  &amp;nbsp;       &lt;br&gt;  If you still cannot get past the first step in the setup program, you can check out the error log folder &lt;font size="3"&gt;&lt;b&gt;~/upfiles/logs/&lt;/b&gt;&lt;/font&gt;  &lt;br&gt;   &lt;br&gt;  In this folder, you should see files with such name &lt;font size="3"&gt;&lt;i&gt;2008.07.18-500.xml&lt;/i&gt;&lt;/font&gt; . If you do not see any error files, you probably didn't set up the folder  permission correctly and the forum software is unable to write logs.  &lt;a href="http://www.aspplayground.net/forum/Upload-does-not-work-m376095.aspx#q1" target="_blank"&gt;See this article to set up the folder permission required&lt;/a&gt; before trying to set up the software.  &lt;br&gt;  &amp;nbsp;  &lt;br&gt;  Open these xml logs using either IE or Wordpad, and you should be able to see the &lt;b&gt;&amp;lt;Details&amp;gt; &lt;/b&gt;of the error(s).                        &lt;br&gt;   &lt;br&gt;  Report these errors to our support forum and I will help you solve the problem.                       Alternatively, you can also &lt;font size="3"&gt;attach the file&lt;/font&gt; with your report. DO NOT COPY PASTE the content of the xml file into the editor, as this will become very hard to read.                       &lt;br&gt;   &lt;br&gt;  The following are the most common issues encountered during the setup/upgrade process: &lt;br&gt;  &lt;ol&gt;&lt;li&gt;&lt;font size="3"&gt;You are not using SQL 2005 / 2008&lt;/font&gt;&amp;nbsp;                   &lt;br&gt;  &lt;div style="border: 1px black dashed; padding:15px; margin:5px; background-color: #FAFAFA;width:50%;"&gt;
&lt;a href="#" onclick="$(this).hide('fast', function(){$(this).next().slideDown('slow').end().parent().css('width','90%')}); return false;"&gt;Click to see the Solution&lt;/a&gt;
&lt;div id="ID1" style="display:none;"&gt;
Our software does not support any SQL server version before 2005, so you cannot currently install the software on your machine. See &lt;a href="http://www.aspplayground.net/forum/System-Requirements-for-Version-3-m397791.aspx" target="_blank"&gt;System Requirements&lt;/a&gt; for more details.
&lt;/div&gt;
&lt;/div&gt;&lt;li&gt;&lt;font size="3"&gt;SQL Server was not set up to allow remote connection                  &lt;br&gt;  &lt;/font&gt;&lt;div style="border: 1px black dashed; padding:15px; margin:5px; background-color: #FAFAFA;width:50%;"&gt;
&lt;a href="#" onclick="$(this).hide('fast', function(){$(this).next().slideDown('slow').end().parent().css('width','90%')}); return false;"&gt;Click to see the Solution&lt;/a&gt;
&lt;div id="ID" style="display:none;"&gt;
&lt;font size="3"&gt;&lt;font size="2"&gt;If the error log shows a line like the following:                  &lt;br&gt;   &lt;br&gt;  &lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;i&gt;&lt;b&gt;this failure may be caused by the fact that under the default settings SQL     Server does not allow remote connections.                  &lt;br&gt;   &lt;br&gt;  &lt;/b&gt;&lt;/i&gt;&lt;/font&gt;you will have to enable remote connection on your SQL server. See &lt;a href="http://www.datamasker.com/SSE2005_NetworkCfg.htm" target="_blank"&gt;this link&lt;/a&gt; for more info.
&lt;/div&gt;
&lt;/div&gt;&lt;li&gt;&lt;font size="3"&gt;Your site root web.config has some settings that conflict with the software.&lt;/font&gt;  &lt;br&gt;  &lt;div style="border: 1px black dashed; padding:15px; margin:5px; background-color: #FAFAFA;width:50%;"&gt;
&lt;a href="#" onclick="$(this).hide('fast', function(){$(this).next().slideDown('slow').end().parent().css('width','90%')}); return false;"&gt;Click to see the Solution&lt;/a&gt;
&lt;div id="ID3" style="display:none;"&gt;
It is possible that &lt;b&gt;settings defined in your site web.config conflict with the software's settings&lt;/b&gt;. Since web.config settings propagate down the folder hierarchy (to child applications), sometimes it could cause issues.    &lt;br&gt;   &lt;br&gt;  See this &lt;a href="http://www.aspplayground.net/forum/tm.aspx?high=&amp;amp;m=397957&amp;amp;mpage=1#q2" target="_blank"&gt;instruction to prevent any further inheritance related error&lt;/a&gt;.           &lt;br&gt;  
&lt;/div&gt;
&lt;/div&gt;&lt;li&gt;&lt;font size="3"&gt;On IIS 7, your host does not allow HTTP Compression to be managed by the application&lt;/font&gt;  &lt;br&gt;  &lt;div style="border: 1px black dashed; padding:15px; margin:5px; background-color: #FAFAFA;width:50%;"&gt;
&lt;a href="#" onclick="$(this).hide('fast', function(){$(this).next().slideDown('slow').end().parent().css('width','90%')}); return false;"&gt;Click to see the Solution&lt;/a&gt;
&lt;div id="ID4" style="display:none;"&gt;
&lt;font size="3"&gt;&lt;font size="2"&gt;The error log shows a line like the following:                  &lt;br&gt;   &lt;br&gt;  &lt;/font&gt;&lt;i&gt;&lt;b&gt;Http-Error 500.19 Module DynamicCompressionModule this configuration can't be used because it is blocked.&lt;/b&gt;&lt;/i&gt;&lt;/font&gt;  &lt;br&gt;   &lt;br&gt;  The reason for this is in the web.config file provided with the forum software. There is the tag:                        &lt;br&gt;   &lt;br&gt;  &lt;pre class="prettyprint"&gt;&amp;lt;urlCompression doStaticCompression="true" doDynamicCompression="true"/&amp;gt; &lt;/pre&gt;                       &lt;br&gt;   &lt;br&gt;  So, the software comes with a "gzip/deflate compression" enabled setting.                        &lt;br&gt;   &lt;br&gt;  However, in some server configurations this particular setting is set &lt;b&gt;NOT &lt;/b&gt;to allow making changes on this attribute at the Application level configuration file.                        &lt;br&gt;   &lt;br&gt;  You have to allow this by edit the &lt;i&gt;applicationHost.config&lt;/i&gt; file locatedunder &lt;i&gt;\windows\system32\inetsrv\config&lt;/i&gt;. Open the file with a text editor andsearch for:                        &lt;br&gt;   &lt;br&gt;  &lt;pre class="prettyprint"&gt;&amp;lt;section name="urlCompression" overrideModeDefault="Deny" /&amp;gt; &lt;/pre&gt;                       &lt;br&gt;   &lt;br&gt;  change "Deny" to "Allow" and you can proceed.                        &lt;br&gt;   &lt;br&gt;  &lt;b&gt;Alternatively&lt;/b&gt;, you can remove the urlCompression line in the software's web.config file.
&lt;/div&gt;
&lt;/div&gt; &lt;li&gt;&lt;font size="3"&gt;You are using the browser on YOUR SERVER to try to set up the software&lt;/font&gt;  &lt;br&gt;  &lt;div style="border: 1px black dashed; padding:15px; margin:5px; background-color: #FAFAFA;width:50%;"&gt;
&lt;a href="#" onclick="$(this).hide('fast', function(){$(this).next().slideDown('slow').end().parent().css('width','90%')}); return false;"&gt;Click to see the Solution&lt;/a&gt;
&lt;div id="ID5" style="display:none;"&gt;
Browsers on the server often are limited in terms of functionality due to server security reasons, and therefore always have trouble running AJAX enabled application.              &lt;br&gt;   &lt;br&gt;  Please do not use the function limited browser on your server to try to set up the forum. Connect to your server from your own desktop and use the uncrippled version of your browser (IE / Firefox / Chrome....) to run the setup program again.
&lt;/div&gt;
&lt;/div&gt; &lt;li&gt;&lt;font size="3"&gt;SQL Server login failure&lt;/font&gt;  &lt;br&gt;  &lt;div style="border: 1px black dashed; padding:15px; margin:5px; background-color: #FAFAFA;width:50%;"&gt;
&lt;a href="#" onclick="$(this).hide('fast', function(){$(this).next().slideDown('slow').end().parent().css('width','90%')}); return false;"&gt;Click to see the Solution&lt;/a&gt;
&lt;div id="ID6" style="display:none;"&gt;
If you see error like          &lt;br&gt;  &lt;font size="0"&gt;System.Data.SqlClient.SqlException: Login failed for user     'Samuel'&lt;/font&gt;  &lt;br&gt;   &lt;br&gt;  in the log file, it means the account you use for the forum connection was not set up properly. It is either a) the user was not set up in the SQL server b) the connection string you specified in web.config is wrong          &lt;br&gt;  
&lt;/div&gt;
&lt;/div&gt;  &lt;/ol&gt; </description><link>http://www.aspplayground.net/forum/fb.ashx?m=397978</link><pubDate>Fri, 18 Jul 2008 20:14:27 GMT</pubDate></item></channel></rss>
