G
Guest
Hi all,
I'm not new to ASP.NET but I'm trying to get a simple Hello World page
going on IIS 6.0 on Windows 2003. I'm connecting from the local
machine.
It comes back with the standard "The page cannot be displayed" error
page.
Some points:
- I get a normal response from a static .html file in the same
directory as my aspx file.
- I can run the exact same Hello World .aspx from my own desktop
(Windows XP SP2, IIS 5.1)
- I re-installed asp.net by running the aspnet_regiis utililty
- .aspx files are mapped to aspnet_isapi.dll as usual and Default.aspx
is set as the default document (although I'm not relying on that, I
type the entire URL out).
- I ran the wfetch utility and I get this: "(An existing connection
was forcibly closed by the remote host.): Socket Error On Receive"
- there nothing in the IIS log file in windows\system32\logfiles
- there's nothing in the normal windows event viewer.
- If I screw around with the user that handles that web site, I can get
it to give me a permission error, so I can be pretty sure IIS is
getting the request.
Any suggestions of things to try would be greatly appreciated.
Much thanks,
Dustin Aleksiuk
I'm not new to ASP.NET but I'm trying to get a simple Hello World page
going on IIS 6.0 on Windows 2003. I'm connecting from the local
machine.
It comes back with the standard "The page cannot be displayed" error
page.
Some points:
- I get a normal response from a static .html file in the same
directory as my aspx file.
- I can run the exact same Hello World .aspx from my own desktop
(Windows XP SP2, IIS 5.1)
- I re-installed asp.net by running the aspnet_regiis utililty
- .aspx files are mapped to aspnet_isapi.dll as usual and Default.aspx
is set as the default document (although I'm not relying on that, I
type the entire URL out).
- I ran the wfetch utility and I get this: "(An existing connection
was forcibly closed by the remote host.): Socket Error On Receive"
- there nothing in the IIS log file in windows\system32\logfiles
- there's nothing in the normal windows event viewer.
- If I screw around with the user that handles that web site, I can get
it to give me a permission error, so I can be pretty sure IIS is
getting the request.
Any suggestions of things to try would be greatly appreciated.
Much thanks,
Dustin Aleksiuk