Public Hotfix Patch Available for VS 2005 F5 Debugging Performance Issue with ASP.NET
Posted by: ScottGus Blog,
on 21 Aug 2007 |
View original | Bookmarked: 0 time(s)
Over the last year we've seen several people report having performance problems when using F5 to run/debug ASP.NET 2.0 applications using Visual Studio 2005. The problem in theses cases typically wasn't with building the project, but rather that it sometimes took the debugger a really long time to hit the first breakpoint once it attached to the application (45+ seconds and longer sometimes). We recently posted a public hotfix patch that you can download and apply to fix this issue. ...