Note that there are some explanatory texts on larger screens.

plurals
  1. POServer returns blank pages with asp.net 3.5 on IIS6
    text
    copied!<p>I have a problem with site deployed on IIS6 sever. Here the problem, when I first deploy asp.net 3.5 site to server (site is relatively small with 5 pages and 5 libraries in bin), it is works as expected. But after some period of time (~1h) server returns black pages instead of expected content:</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt; &lt;HTML&gt;&lt;HEAD&gt; &lt;META http-equiv=Content-Type content="text/html; charset=utf-8"&gt;&lt;/HEAD&gt; &lt;BODY&gt;&lt;/BODY&gt;&lt;/HTML&gt; </code></pre> <p>First my idea was that my site conflicts with other .net 2.0 sites that hosted in the same server, so I put my site into dedicated pool but without success. First time site works, then no. There is no errors or something like that in iis logs. And I do not use ClearError() method in my site.</p> <p>I have found similar question <a href="https://stackoverflow.com/questions/243457/im-getting-blank-pages-instead-of-error-messages-using-classic-asp-iis6-and-win">here (I’m getting blank pages instead of error messages using classic ASP, IIS6 and WinServer 2003 R2)</a>, but it is for classic ASP.</p> <p>Also several topics at ASP.NET:</p> <ul> <li><a href="http://forums.asp.net/t/1423943.aspx" rel="nofollow noreferrer">Blank page problem.</a></li> <li><a href="http://forums.asp.net/t/1166864.aspx" rel="nofollow noreferrer">Blank pages on deployed website</a></li> <li><a href="http://forums.asp.net/p/1432022/3224449.aspx" rel="nofollow noreferrer">blank page in IIS 7 on Server 2K8</a></li> </ul> <p>But this solutions also not help me. For example when I replace web.config with new one, or replace one of the required assemblies with rebuilded one, I have the same result. First time site works, then - black pages.</p> <p>From what I see, I think that this is kind of configuration problem, but I completely stunned right now, because I've tried everything and now I lack any ideas, so help is very appreciated. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload