ASP.NET Debugging Timing out with IIS

Posted by Aren B on Stack Overflow See other posts from Stack Overflow or by Aren B
Published on 2010-04-29T23:39:43Z Indexed on 2010/04/29 23:47 UTC
Read the original article Hit count: 471

Filed under:
|
|

Finally broke down and seeking help, my client/iis (not sure which) usually times out after about 30s - 1 minute while im debugging (stepping through code) which not only causes me to lose my spot and have to start over (usually stepping faster, making more mistakes) but the IIS Debug session closes completely and I have to warm up the entire session again.

What's the best way to get more time out of a debugging session?

Debugging a vanilla 3.5 Web Site (not app) on IIS 7.5 Classic Pipeline

© Stack Overflow or respective owner

Related posts about iis

Related posts about ASP.NET