Monday, July 28, 2008

ASP.NET Debugging Timeout

When you debug ASP.NET applications in IIS using Debug -> Attach To Process… and you keep the w3wp.exe process hanged on a code line for too long, it is automatically recycled and you lose your debugging session. To avoid that, go to the IIS Management Console, edit the application pool properties and set Ping Enabled = false.

3 comments:

Anonymous said...

your site is very nice ...
this is very helpful and attractive.
visit for asp.net help asp.net help

Anonymous said...

awesome, just what I was looking for. Thanks.

Anonymous said...

Thanks, worked great.