IE7 Times Out Debugging ASP.Net Page

Posted by Eric J. on Stack Overflow See other posts from Stack Overflow or by Eric J.
Published on 2010-05-28T06:29:46Z Indexed on 2010/05/28 6:31 UTC
Read the original article Hit count: 216

Filed under:
|
|

My issue is similar to ASP.NET Debugging Timing out with IIS except that I'm using the built-in ASP.Net Development Server with VS 2010.

If I pause for more than about 10 seconds in the debugger, IE7 "disconnects" from the web server with the error message

Internet Explorer cannot display the webpage

However, unlike in the similar question, the debugger is still running. If I refresh the browser it will post that refresh to the server and I can debug the page from the top again.

Is it possible to configure things so that IE7 waits (much) longer before giving up?

If it makes a difference, I'm launching IE using the "Start external program" option and passing a localhost URL as the command line argument (since Chrome is my default browser). I also specify a specific port.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about debugging