Is debugging becoming a slow process? Lately, the first time I try to debug an ASP.NET project, it doesn’t start debugging smoothly. After 3 or 4 minutes I receive the following message:
“Unable to start debugging on the web server. The web server did not respond in a timely manner. This may be because another debugger is already attached to the web server”.
This problem may have many solutions. I fixed this problem by removing all my breakpoints from the project. There are 2 ways of doing this:
1- Press “Ctrl + Shift + F9″
2- On the menu bar press “Debug” then select “Delete All Breakpoints”
If you find another way to solve this let me know.