0
votes
0answers
29 views

No http handler was found for request type 'GET'

I have read and attempted the repairs in at least 8 threads here to no avail. I am still getting this error "No http handler was found for request type 'GET'" on my default.aspx file when loading a ...
1
vote
1answer
569 views

Why does IIS return a 500 status code when the server times out?

We're running IIS7 & .net 4.0. When the server times out due to a long running request, the error page is shown, but the error code is just 500 rather than 408 or possibly 503 that I'm expecting. ...