ASP.NET doesn't return a page

  • Thread starter Thread starter pmb
  • Start date Start date
P

pmb

I've been experimenting with ASP.NET pages for some weeks, but
suddenly it stopped working! When I try to load any script from my
browser, like this: http://localhost/myfolder/myscript.aspx, I get no
response, just like when a web site cannot be found.

IIS is running. aspnet_wp.exe is listed under Processes as a running
process. I also tried to restart ASP.NET using the command
"aspnet_regiis.exe -i", and everything seems to be okay there.

I didn't make any radical changes, or install something, except for an
Windows AutoUpdate, which updated some DirectX files. I'm using WinXP,
IIS 5.1, .Net Framework 1.1.

I hope anyone can help me with this.
 
Is it possible that there's something strange in the .aspx code that you are
submitting? It sounds like something is causing an error with IIS.
 
No, that isn't possible. Whatever script I try, no response is
submitted to my browser. But I just found a clue: if I set
Page.Response.BufferOutput to false, I do get a response! Weird!
 
Back
Top