My ASP.NET 2.0 Web Pages do not run inside IIShttp://forums.asp.net/t/1010254.aspx/1?My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISTue, 26 Aug 2008 19:32:30 -040010102541347435http://forums.asp.net/p/1010254/1347435.aspx/1?My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISMy ASP.NET 2.0 Web Pages do not run inside IIS <p class="MsoNormal" style="margin:0cm 0cm 0pt">I finished a web site using Visual Studio 2005 ( ASP.NET ) and C# language.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">In the Visual Studio internal server, it works perfectly, however after transferring the SI folder ( that contains the web site pages ) inside the C:\inetpub\wwwroot folder, and I typed its URL address in the browser, <a href="http://pegasus/SI/default.aspx"><b><font color="#6970a5">http://pegasus/SI/default.aspx</font></b></a>, I get this error message:</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Server Error in '/SI' Application.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">--------------------------------------------------------------------------------</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Configuration Error </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Parser Error Message: An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Source Error: </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">[No relevant source lines]</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style=""></span>&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Source File: c:\inetpub\wwwroot\web.config<span style="">&nbsp;&nbsp;&nbsp; </span>Line: 0 </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">--------------------------------------------------------------------------------</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">The strange thing is that there is no &quot;web.config&quot; file inside &quot;wwwroot&quot; folder.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">How can I fix this problem and make the web site run inside IIS ?</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">( My OS is Windows XP )</p> 2006-07-21T00:28:09-04:001347525http://forums.asp.net/p/1010254/1347525.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS &lt;div&gt;If you have actually transferred all your files to the root of your local IIS server, you should probably use:&lt;/div&gt; &lt;div&gt;&nbsp;&lt;/div&gt; &lt;div&gt;<a href="http://pegasus/default.aspx"><b><font color="#6970a5">http://pegasus/default.aspx</font></b></a>&lt;/div&gt; &lt;div&gt;&nbsp;&lt;/div&gt; &lt;div&gt;and not:&lt;/div&gt; &lt;div&gt;&nbsp;&lt;/div&gt; &lt;div&gt;<a href="http://pegasus/SI/default.aspx"><b><font color="#6970a5">http://pegasus/SI/default.aspx</font></b></a>&lt;/div&gt; &lt;div&gt;&nbsp;&lt;/div&gt; &lt;div&gt;However,&nbsp;in most cases, normal procedure would be to create a &quot;virtual directory&quot; called SI using the IIS Management Console and point to the location of your present SI files when prompted by the wizard you'll see when creating your virtual directory. &lt;/div&gt; &lt;div&gt;&nbsp;&lt;/div&gt; &lt;div&gt;Depending upon your setup, you&nbsp;may also have to select the Asp.Net 2.0 framework in the properties dialogue, add Default .aspx to default documents if it's not precluded in the list of default docs.&lt;/div&gt; &lt;div&gt;&nbsp;&lt;/div&gt; &lt;div&gt;As you may know, there are great deployment functions included in VS 2005 which will do most of the work for you. By clicking &quot;build &gt; publish website &gt; ...&quot;, and choosing &quot;Local IIS&quot;, you can do all the necessary steps from right within VS, including creating a new Virtual folder or new Web Application for your local project.&lt;/div&gt; &lt;div&gt;&nbsp;&lt;/div&gt; &lt;div&gt;Aiding in scenarios like yours unfortunately involves a lot of guesswork, however, I hope this helps.&lt;/div&gt; 2006-07-21T03:13:37-04:001348024http://forums.asp.net/p/1010254/1348024.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>Has any ASP.NET page ever worked on this site?&nbsp; Did you install ASP.NET on the system?&nbsp; Have you tried using aspnet_regiis to clear this up?</p> <p>Jeff</p> 2006-07-21T15:08:16-04:001348033http://forums.asp.net/p/1010254/1348033.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p><font size="2">Is there a way, programmatically,&nbsp;to easily force IIS to register ASP.Net 2.0 for a web project at installation time, either in the custom class or in a config of the web setup project, when you already have&nbsp;2.0 and 1.1 framework installed on the machine&nbsp;?</font></p> <p><font size="2"></font>&nbsp;</p> <p><font size="2">Thanks in advance!</font></p> <p><font size="2"></font>&nbsp;</p> <p><font size="2">Isabelle</font></p> 2006-07-21T15:15:36-04:001349076http://forums.asp.net/p/1010254/1349076.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9.5pt; color:black"><strong>Hi adec</strong></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9.5pt; color:black">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font color="#ff0000"><span style="font-size:9.5pt; color:black">&lt;&lt;&lt;</span><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">If you have actually transferred all your files to the root of your local IIS server, you should probably use:</font></span></font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font color="#ff0000"><font face="Arial">&nbsp;</font></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><a href="http://pegasus/default.aspx"><b><span style="color:#6970a5"><font face="Arial" color="#ff0000">http://pegasus/default.aspx</font></span></b></a></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font color="#ff0000"><font face="Arial">&nbsp;</font></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font color="#ff0000"><font face="Arial">and not:</font></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font color="#ff0000"><font face="Arial">&nbsp;</font></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><a href="http://pegasus/SI/default.aspx"><b><span style="color:#6970a5"><font face="Arial" color="#ff0000">http://pegasus/SI/default.aspx</font></span></b></a><font color="#ff0000"><font face="Arial"> &gt;&gt;&gt;</font></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font size="3"><strong><font face="Arial">No adec, actually I created a folder SI inside wwwroot.</font></strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial" color="#ff0000">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font color="#ff0000"><font face="Arial"><span style="font-size:10pt; font-family:'Times New Roman'">&lt;&lt;&lt;</span><span style="font-size:10pt">However,&nbsp;in most cases, normal procedure would be to create a &quot;virtual directory&quot; called SI using the IIS Management Console and point to the location of your present SI files when prompted by the wizard you'll see when creating your virtual directory.&gt;&gt;&gt;</span></font></font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"><strong>I already did it.</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font color="#ff0000"><span style="font-size:10pt">&lt;&lt;&lt;</span><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">Depending upon your setup, you&nbsp;may also have to select the Asp.Net 2.0 framework in the properties dialogue, add Default .aspx to default documents if it's not precluded in the list of default docs.&gt;&gt;&gt;</font></span></font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font size="3"><strong><font face="Arial">Inside the SI folder properties, the tab ASP.NET has only one option and is set to version and it is already set to <font color="#0000ff">2.0</font>.</font></strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial" size="3"><strong>&nbsp;</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font size="3"><strong><font face="Arial">The location is also set correctly <font color="#0000ff">C:\Inetpub\wwwroot\SI\web.config</font></font></strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial" size="3"><strong>&nbsp;</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font size="3"><strong><font face="Arial">However, I notice that in the properties of<span style="">&nbsp; </span><font color="#0000ff">Default Web Site</font>, ( web.config ) location is set to <font color="#0000ff">C:\inetpub\wwwroot\web.config</font><span style="">&nbsp; </span> and there is <font color="#0000ff">NO</font> web.config there.</font></strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial" size="3"><strong>&nbsp;</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font size="3"><strong><font face="Arial">Since, I guess, <font color="#0000ff">Default Web Site</font> corresponds to <font color="#0000ff">wwwroot,</font> which has&nbsp;<font color="#0000ff">NO</font> web.config file, should it be set like that ?</font></strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font color="#ff0000"><font face="Arial"><span style="font-size:10pt; font-family:'Times New Roman'">&lt;&lt;&lt;</span><span style="font-size:10pt">As you may know, there are great deployment functions included in VS 2005 which will do most of the work for you. By clicking &quot;build &gt; publish website &gt; ...&quot;, and choosing &quot;Local IIS&quot;, you can do all the necessary steps from right within VS, including creating a new Virtual folder or new Web Application for your local project.&gt;&gt;&gt;</span></font></font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"><strong>In <font color="#0000ff">Visual Studio 2005</font> there is <font color="#0000ff">NO</font> Local IIS option in the <font color="#0000ff">Build-&gt;Publish</font> box. Instead it asks, to write down the <font color="#0000ff">Location target.</font></strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"><strong>Which&nbsp;contains a default option set to<span style="">&nbsp; </span><font color="#0000ff">Allow this precompiled site to be updated</font> and I did not change it. </strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"><strong>&nbsp;</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"><strong>I tried to publish in both ways, by using the real path <font color="#0000ff">( C:\inetpub\wwwroot\SI)</font> and the virtual one<font color="#0000ff"> (</font> </strong></font><a href="http://pegasus/SI"><font size="3"><strong>http://pegasus/SI</strong></font></a><font size="3"><strong>), but I keep getting the same message error.</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font><strong><font size="3">&nbsp;</font></strong></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="3"><strong><span style="font-size:10pt">2- So I still wonder if the properties of </span><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial"><font color="#0000ff">Default Web Site, </font>in <font color="#0000ff">IIS</font>, should not have also its <font color="#0000ff"> ( web.config ) location</font> set to identically as in SI folder.</font></span></strong></font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="3"><strong><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial"></font></span></strong></font>&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font face="Arial"><font size="3"><span style="font-size:10pt; font-family:'Times New Roman'"><strong>If so, how to make this change, I did not find any way to change this setting ?</strong></span><span style="font-size:10pt"></span></font></font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"></font></span>&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"><strong></strong></font></span>&nbsp;</p> <span style="font-size:10pt"><font><strong> <p class="MsoNormal" style="margin:0cm 0cm 0pt"></strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="3"><font face="Arial"><span style="font-size:10pt; font-family:'Times New Roman'"><strong></strong></span><span style="font-size:10pt"></span></font></font></p> <span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">&nbsp;</font></span> <p></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; font-family:'Times New Roman'"><font face="Arial">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9.5pt; color:black">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9.5pt; color:black">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt; color:black">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> 2006-07-23T19:08:14-04:001349273http://forums.asp.net/p/1010254/1349273.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>Did you configure the SI folder as an application root?</p> <p>Jeff</p> 2006-07-24T04:55:43-04:001349387http://forums.asp.net/p/1010254/1349387.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>Hi Jeff</p> <p>&lt;&lt;&lt;Did you configure the SI folder as an application root?&gt;&gt;&gt;</p> <p>No.</p> <p>How to do that, Jeff ?</p> <p>&nbsp;</p> 2006-07-24T08:27:10-04:001349469http://forums.asp.net/p/1010254/1349469.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>See:</p> <p>IIS Insider January 2006:<br> <a href="http://www.microsoft.com/technet/community/columns/insider/iisi0106.mspx">http://www.microsoft.com/technet/community/columns/insider/iisi0106.mspx</a><br> </p> <p>Jeff</p> 2006-07-24T11:01:02-04:001351235http://forums.asp.net/p/1010254/1351235.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p class="MsoNormal" style="margin:0cm 0cm 0pt">Hi Jeff</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">I found out that the web site folder ( SI) was already <font size="3"><span style="font-size:10pt">configured as an application root</span>. However the web page that you suggested says that an application root is indicated with a gear icon. But I think that probably this was the case of older ASP.NET versions. In the ASP.NET 2.0 the icon that appears is like a box with its top open. Just to be sure that I did the right thing I removed the former configuration and I set the folder as application root again.</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">The problem still remains. I still get the same error message.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">I am intrigued. Why the application or the browser is looking for the web.config file in c:\inetpub\wwwroot\ instead inside the web site folder ( SI) as suggested by this part of the message error: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied. ?</p> 2006-07-25T22:23:40-04:001351444http://forums.asp.net/p/1010254/1351444.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>Is there a web.config in he root?&nbsp; Is the root a different app?&nbsp; Are you using the default asp.net process account?</p> <p>Jeff</p> 2006-07-26T04:17:32-04:001351583http://forums.asp.net/p/1010254/1351583.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font color="#ff0000">Hi Jeff</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font color="#ff0000"></font>&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font color="#ff0000">&lt;&lt;<span style="font-size:10pt"><font size="3">Is there a web.config in he root?&gt;&gt;</font></span></font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3">If you are talking about the wwwroot folder then no.</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"><font color="#ff0000">&lt;&lt; Is the root a different app?&gt;&gt;</font></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3">Not sure what you meant. The wwwroot folder has just its default files because this time I deleted the former SI folder ( that was inside wwwroot ) and decided to create the SI folder in a different drive ( E ) and set it as virtual.</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3"><font color="#ff0000">&lt;&lt;Are you using the default asp.net process account?&gt;&gt;</font></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt"><font size="3">Not sure what you mean by that Jeff. The page the initiates the web site is Default.aspx if it is that what you meant.</font></span></p> 2006-07-26T08:09:35-04:001351721http://forums.asp.net/p/1010254/1351721.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>I was thinking your error might not be related to the app you are working on if another app existed in the root of the site.&nbsp; I also thought if you had changed the ASP.NET process account you might need to change permissions in the web structure as well.&nbsp; Neither seems the case for you by what you describe.&nbsp; But just in case, take a look at:</p> <p><a href="http://support.microsoft.com/kb/316721/">http://support.microsoft.com/kb/316721/</a></p> <p>I still think this is a permission related issue, and the message as to which file may be misleading.&nbsp; Also, try a Hello World ASPX app to test this.&nbsp; If that works we need to look at what your app does, whether it uses SQL, if it access any files/folders using another account besides the ASP.NET process account, etc.</p> <p>Also, what operating system is the server?</p> <p>Jeff</p> 2006-07-26T10:55:26-04:001351806http://forums.asp.net/p/1010254/1351806.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p><span style="font-size:14pt">Hi Jeff</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">I am still learning ASP.NET. I am not sure about what you meant by <font color="#0000ff">ASP.NET process account</font>.</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">The link you provide was not very helpful.</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">If you think that it is a <font color="#0000ff">permission related issue</font> then <span style="">&nbsp;</span><font color="#0000ff">what</font> permissions exactly the SI folder <font color="#0000ff">must have</font> and <font color="#0000ff">where</font> to set them.</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">I tried a <font color="#0000ff">Hello World ASPX a</font>pp and I received the <font color="#0000ff"> <strong>same</strong> error message</font> again.</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">The OS is <font color="#0000ff">Windows XP professional</font>.</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">Here is some additional info that might give you some clues:</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">1-In the ASP.NET Configuration Settings of SI virtual directory, the Auhentication mode is set to <font color="#0000ff">Forms</font>. Shouldnt it be <font color="#0000ff">Windows</font> ?</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">2- I dont know how relevant this is but here is how connectionStrings is set in the web.config of SI web site:</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt"><font color="#0000ff">&lt;connectionStrings&gt;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt"><font color="#0000ff"><span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>&lt;add name=&quot;SIConnection&quot; connectionString=&quot;Server=(local);Integrated Security=True;Database=SI&quot; providerName=&quot;System.Data.SqlClient&quot;/&gt;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt"><font color="#0000ff">&lt;/connectionStrings&gt;</font></span></p> <p>&nbsp;</p> 2006-07-26T12:53:59-04:001351817http://forums.asp.net/p/1010254/1351817.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>The ASP.NET process account is the account that all your ASP.NET processes run under.&nbsp; It varies by operating system and cdan vary based on how you set up application pools, if any.&nbsp; If you're asking what it is I assume you haven't changed it, so the account is either ASPNET on Windows XP or NETWORK SERVICE on Server 2003.</p> <p>The link I posted has the exact permissions needed, and both how and where to set them.&nbsp; Quoting:</p> <p><font color="#0000ff">To add read, execute, and list access for the ASPNET account on the root Web site or on any virtual directory, follow these steps: 1. In Windows Explorer, browse to the folder that contains the root Web site (which is C:\Inetpub\Wwwroot by default) or the virtual directory. <br> 2. Right-click the folder, and then click Properties. <br> 3. On the Security tab, click Add. <br> 4. Type ComputerName\ASPNET (for example, on a computer named Webdev, type Webdev\ASPNET), and then click OK. <br> 5. Allow the following permissions for the ASPNET account:<br> Read &amp; Execute <br> List Folder Contents <br> Read <br> 6. Click OK to close the Properties dialog box and to save the changes. </font></p> <p><font color="#000000">Note that you need to do this on the folders that comprise the web site root and the folders where your virtual directory points to.</font></p> <p>If a Hello World app does this, it's almost definitely file/folder permissions which need to be set.</p> <p>Jeff<font color="#0000ff"></p> </font> 2006-07-26T13:07:58-04:001352011http://forums.asp.net/p/1010254/1352011.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>Hi Jeff</p> <p>&lt;&lt;<font color="#0000ff">To add read, execute, and list access for the ASPNET account on the root Web site or on any virtual directory, follow these steps: 1. In Windows Explorer, browse to the folder that contains the root Web site (which is C:\Inetpub\Wwwroot by default) or the virtual directory. <br> 2. Right-click the folder, and then click Properties. <br> 3. On the Security tab, click Add. <br> 4. Type ComputerName\ASPNET (for example, on a computer named Webdev, type Webdev\ASPNET), and then click OK. <br> 5. Allow the following permissions for the ASPNET account:<br> Read &amp; Execute <br> List Folder Contents <br> Read <br> 6. Click OK to close the Properties dialog box and to save the changes. &gt;&gt;</font></p> <p><font color="#000000"><strong>A - The problem is that there is no &quot;Security tab&quot; in Properties. </strong></font></p> <p><font color="#000000"><strong>Instead it has a &quot;Web Sharing&quot; tab as you can see in this picture:</strong></font></p> <font color="#000000"> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><a href="http://www.dreamsart.pwp.blueyonder.co.uk/stratos/properties.gif">http://www.dreamsart.pwp.blueyonder.co.uk/stratos/properties.gif</a></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><strong>So I decided to set the options I found there for the &quot;wwwwroot&quot; folder like in this picture:</strong></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><a href="http://www.dreamsart.pwp.blueyonder.co.uk/stratos/websharing.gif">http://www.dreamsart.pwp.blueyonder.co.uk/stratos/websharing.gif</a></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><strong>Regarding the Hello folder I set it like this picture :</strong></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><a href="http://www.dreamsart.pwp.blueyonder.co.uk/stratos/hellosettings.gif">http://www.dreamsart.pwp.blueyonder.co.uk/stratos/hellosettings.gif</a></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><strong>However when I tried to see the Default.aspx of &quot;hello&quot;, I got this error message:</strong></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5"></font>&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span></p> <h1>Server Error in '/si' Application. <hr width="100%" color="silver" size="1"> </h1> <h2><i>The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated</i> </h2> <p class="MsoNormal" style="margin:0cm 0cm 0pt"></span><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><b>Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br> <br> <b>Exception Details: </b>System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated<br> <br> <b>Source Error:</b> <br> <br> </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><pre class="prettyprint">An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</pre> </td> </tr> </tbody> </table> </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> </font></font> <p><font color="#0000ff" size="5"><strong>...</strong></font></p> <p><font color="#0000ff">So what is the problem now, Jeff ?</font></p> 2006-07-26T15:36:40-04:001352028http://forums.asp.net/p/1010254/1352028.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>&nbsp;</p> <p><font color="#0000ff" size="5">Hi Jeff</font></p> <p><font color="#0000ff" size="5">Oops, I pasted the wrong error message. Actually, the correct one is a repetition of the previous one:</font></p> <p><span></p> <h1>Server Error in '/hello' Application. <hr width="100%" color="silver" size="1"> </h1> <h2><i>Configuration Error</i> </h2> <p></span><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><b>Description: </b>An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. <br> <br> <b>Parser Error Message: </b>An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot\web.config' because access is denied.<br> <br> <b>Source Error:</b> <br> <br> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><pre class="prettyprint"><pre>[No relevant source lines]</pre></pre></td> </tr> </tbody> </table> <br> <b><font face="Verdana">Source File: </font></b>c:\inetpub\wwwroot\web.config<b><font face="Verdana"> &nbsp;&nbsp; Line: </font></b>0 <br> <br> </p> <hr width="100%" color="silver" size="1"> <p><b><font face="Verdana">Version Information:</font></b>&nbsp;Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 </font></p> <p>&nbsp;</p> 2006-07-26T15:52:47-04:001352113http://forums.asp.net/p/1010254/1352113.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <blockquote><span class="icon-blockquote"></span> <h4>paradise_wolf</h4> <p></p> <p><font color="#0000ff"></font></p> <font color="#000000"><strong>A - The problem is that there is no &quot;Security tab&quot; in Properties. </strong></font></blockquote> <p></p> <p>Turn off simple file sharing:</p> <p><a href="http://support.microsoft.com/kb/307874/">http://support.microsoft.com/kb/307874/</a></p> <p>Jeff</p> 2006-07-26T17:34:41-04:001352226http://forums.asp.net/p/1010254/1352226.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5">Hi Jeff</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5">&nbsp;</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5">I turned off simple file sharing and I am still getting the same error message !</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5">&nbsp;</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">Gosh ! I did not know that it was so hard to just publish an ASP.NET web site !</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:14pt">Jeff, is there some site that has the recipe for<span style="color:blue"> <b style="">all</b> <b style="">correct</b> <b style="">settings</b> and <b style=""> configurations</b></span> necessary to a <span style="color:blue">successful deployment of a web site</span> ?</span></p> 2006-07-26T19:09:34-04:001352276http://forums.asp.net/p/1010254/1352276.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p>You turn off simple file sharing to allow you to set permissions.&nbsp; Now go back and follow the post on setting permissions.&nbsp; The security tab will be there this time.</p> <p>There is no &quot;recipe&quot; for configuring a site because there are way too many variables.&nbsp; Some of what you are experiencing is basic Windows administration, not really related to configuring a web site but something you also need to know.</p> <p>And there is a solution to making this work extremely easily.&nbsp; Use a hosting service.</p> <p>Jeff</p> 2006-07-26T19:44:12-04:001352454http://forums.asp.net/p/1010254/1352454.aspx/1?Re+My+ASP+NET+2+0+Web+Pages+do+not+run+inside+IISRe: My ASP.NET 2.0 Web Pages do not run inside IIS <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5">Hi Jeff</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5">&nbsp;</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style=""><font size="5"><font color="#ff0000">&lt;&lt; You turn off simple file sharing to allow you to set permissions.&nbsp; Now go back and follow the post on setting permissions.&nbsp; The security tab will be there this time.&gt;&gt;</font></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style=""><font size="5">&nbsp;</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style=""><font size="5"><strong>I did this procedure and the <font color="#0000ff">Hello</font> web site is <font color="#0000ff">WORKING NOW</font> !!!</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style=""><font size="5"><strong>&nbsp;</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style=""><font size="5"><strong>However in the <font color="#0000ff">SI</font> web site I am getting this <font color="#ff0000">message error</font>:</strong></font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><font size="5">&nbsp;</font></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:18pt; color:red; font-family:Verdana">Server Error in '/si' Application. </span></p> &lt;div class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-outline-level: 1&quot; align=center&gt;<span style="font-size:18pt; color:red; font-family:Verdana"> <hr align="center" width="100%" color="silver" noshade="" size="1"> </span>&lt;/div&gt; <p class="MsoNormal" style="margin:0cm 0cm 0pt"><i><span style="font-size:14pt; color:maroon; font-family:Verdana">The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated</span></i><span style="font-size:14pt; color:maroon; font-family:Verdana"> </span></p> <p class="MsoNormal" style="margin:0cm 0cm 12pt"><b><span style="font-size:8.5pt; color:black; font-family:Verdana">Description: </span></b><span style="font-size:8.5pt; color:black">An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br> <br> </span><b><span style="font-size:8.5pt; color:black; font-family:Verdana">Exception Details: </span></b><span style="font-size:8.5pt; color:black">System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated<br> <br> </span><b><span style="font-size:8.5pt; color:black; font-family:Verdana">Source Error:</span></b><span style="font-size:8.5pt; color:black"> </span></p> <table class="MsoNormalTable" cellpadding="0" width="100%" border="0" style="background:#ffffcc; width:100%"> <tbody> <tr style=""> <td style="border-right:#ece9d8; padding-right:0.75pt; border-top:#ece9d8; padding-left:0.75pt; padding-bottom:0.75pt; border-left:#ece9d8; padding-top:0.75pt; border-bottom:#ece9d8; background-color:transparent"> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:10pt; color:black; font-family:'Courier New'">An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</span><span style="font-size:8.5pt; color:black; font-family:Verdana"> </span></p> </td> </tr> </tbody> </table> <p class="MsoNormal" style="margin:0cm 0cm 12pt"><span style="font-size:8.5pt; color:black"><br> </span><b><span style="font-size:8.5pt; color:black; font-family:Verdana">Stack Trace:</span></b><span style="font-size:8.5pt; color:black"> </span></p> <table class="MsoNormalTable" cellpadding="0" width="100%" border="0" style="background:#ffffcc; width:100%"> <tbody> <tr style=""> <td style="border-right:#ece9d8; padding-right:0.75pt; border-top:#ece9d8; padding-left:0.75pt; padding-bottom:0.75pt; border-left:#ece9d8; padding-top:0.75pt; border-bottom:#ece9d8; background-color:transparent"> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'">&nbsp;</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'">[SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.3 Client was not authenticated]</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) &#43;822504</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) &#43;39</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException&amp; exception) &#43;95</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp; </span><span style="">&nbsp;</span>System.Net.Mail.SmtpClient.Send(MailMessage message) &#43;2004</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>Utilities.SendErrorLogEmail(Exception ex) &#43;208</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>GenericDataAccess.ExecuteSelectCommand(DbCommand command) &#43;108</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>CatalogAccess.GetMainDocDetails() &#43;29</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>UserControls_ShowMainDoc.PopulateControls() &#43;12</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>UserControls_ShowMainDoc.Page_Load(Object sender, EventArgs e) &#43;21</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) &#43;15</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) &#43;34</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.UI.Control.OnLoad(EventArgs e) &#43;99</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.UI.Control.LoadRecursive() &#43;47</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.UI.Control.LoadRecursive() &#43;131</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.UI.Control.LoadRecursive() &#43;131</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.UI.Control.LoadRecursive() &#43;131</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.UI.Control.LoadRecursive() &#43;131</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:9pt; color:black; font-family:'Lucida Console'"><span style="">&nbsp;&nbsp; </span>System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &#43;1061</span></p> </td> </tr> </tbody> </table> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span style="font-size:8.5pt; color:black">&nbsp;</span></p> &lt;div class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center&quot; align=center&gt;<span style="font-size:8.5pt; color:black"> <hr align="center" width="100%" color="silver" noshade="" size="1"> </span>&lt;/div&gt; <p class="MsoNormal" style="margin:0cm 0cm 0pt"><b><span style="font-size:8.5pt; color:black; font-family:Verdana">Version Information:</span></b><span style="font-size:8.5pt; color:black">&nbsp;Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42</span></p> 2006-07-26T23:06:34-04:00