Sunday 5 January 2014

Can not start debugging for ASP.NET 1.1 Visual Studio projects

Issue:
Whenever I start debugging on my project, it starts and ends immediately after launching the web browser; however, all the breakpoints are ignored!

Resolution:
Those two steps solved my issue:
1) Strange enough, I unchecked the option for turning on pop up blocker in IE.
2) Makes more sense, I fixed ASP.NET 1.1: through:

C:\Windows\Microsoft.net\Framework\v1.1.4322\aspnet_regiis -ir

No comments:

Post a Comment