﻿<?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 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; . Open them 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.           &lt;br&gt;   &lt;br&gt;  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&lt;/font&gt;      &lt;br&gt;      &lt;div style="border: 1px black dashed; padding:5px; margin:5px; background-color: #FAFAFA"&gt;
&lt;a href="#" onclick="this.style.display='none'; $get('ID1').style.display=''; 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" rel="nofollow"&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:5px; margin:5px; background-color: #FAFAFA"&gt;
&lt;a href="#" onclick="this.style.display='none'; $get('ID').style.display=''; 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" rel="nofollow"&gt;this link&lt;/a&gt; for more info.
&lt;/div&gt;
&lt;/div&gt;&lt;li&gt;&lt;font size="3"&gt;Your root web.config turns viewstate off&lt;/font&gt;     &lt;br&gt;      &lt;div style="border: 1px black dashed; padding:5px; margin:5px; background-color: #FAFAFA"&gt;
&lt;a href="#" onclick="this.style.display='none'; $get('ID3').style.display=''; return false;"&gt;Click to see the Solution&lt;/a&gt;
&lt;div id="ID3" style="display:none;"&gt;
Make sure your &lt;i&gt;site root&lt;/i&gt; web.config file (&lt;b&gt;&lt;i&gt;not &lt;/i&gt;&lt;/b&gt;the web.config file for the forum) does not turn off the "&lt;b&gt;Viewstate&lt;/b&gt;" feature. The software requires &lt;b&gt;Viewstate &lt;/b&gt;to be available.  You probably have the following in your &lt;i&gt;site root &lt;/i&gt;web.config file:      &lt;br&gt;       &lt;br&gt;      &lt;pre class="code"&gt;&amp;lt;Pages enableViewState="false"/&amp;gt; &lt;/pre class="code"&gt;      &lt;br&gt;       &lt;br&gt;      Make sure it is set to true instead.   
&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:5px; margin:5px; background-color: #FAFAFA"&gt;
&lt;a href="#" onclick="this.style.display='none'; $get('ID4').style.display=''; 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="code"&gt;&amp;lt;urlCompression doStaticCompression="true" doDynamicCompression="true"/&amp;gt; &lt;/pre class="code"&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="code"&gt;&amp;lt;section name="urlCompression" overrideModeDefault="Deny" /&amp;gt; &lt;/pre class="code"&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;/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>