From: . on
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
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
"." <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