Prev: Smooth Streaming and Bandwith
Next: ASP and ServerXMLHttp - IIS 7.5 on a Windows Server 2008 x64
From: . on 7 Sep 2010 19:54 Hello, when clicking on a .aspx which is supposed to bring up the following page the above error is displaying and wondering if it's an IIS 6 setting somewhere in relation to .net framework? Thanks in advance.
From: . on 8 Sep 2010 18:05 Looks like the program is trying to do a postback which would anyone know if this could be a session, view state or some other setting? "." <nothing(a)nothing.com> wrote in message news:%23bP9tfuTLHA.2064(a)TK2MSFTNGP05.phx.gbl... > Hello, when clicking on a .aspx which is supposed to bring up the > following page the above error is displaying and wondering if it's an IIS > 6 setting somewhere in relation to .net framework? Thanks in advance. >
From: Brian Cryer on 9 Sep 2010 05:57 "." <nothing(a)nothing.com> wrote in message news:%23bP9tfuTLHA.2064(a)TK2MSFTNGP05.phx.gbl... > Hello, when clicking on a .aspx which is supposed to bring up the > following page the above error is displaying and wondering if it's an IIS > 6 setting somewhere in relation to .net framework? Thanks in advance. Internet Explorer cannot display the webpage means that either (i.) there is no server (so probably a DNS problem) or (ii.) that the web-server isn't responding. Neither of these are a .net issue - unless the server isn't responding because the .net application is stuck in a loop so the browser times out. I'd start by looking in your logs to confirm that you are seeing the request at the server. If you are then check your event logs for any errors. What's the URL? -- Brian Cryer http://www.cryer.co.uk/brian
|
Pages: 1 Prev: Smooth Streaming and Bandwith Next: ASP and ServerXMLHttp - IIS 7.5 on a Windows Server 2008 x64 |