Search code examples
debuggingasp.net-2.0

Debugging Issue


I am not able to debug asp.net application in asp.net 2.0

Whenever I hit F5, it will wait for few minutes then show following message.

Unable to start debugging on the web server. The operation has timed out.

Edit: I also want to let you know that before posting this question I searched a lot on google and find out some key points like restart IIS, register asp.net.

What I was doing, I try to register aspnet_regiis -i by using standard console. Now I find out that I need to execute vc 2005 command prompt which located under visual studio tools.


Solution

  • Have you tried restarting IIS? Also try and run the application again do you still get the error? And the classic, restart of windows.

    With Visual Studio errors like this, you'll often find tons of information by searching on Google, as unsatisfactory as that is, problems like this can originate from something as esoteric as a third party software.