Introduction:
Here I will explain how to solve the problem “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.” when compiling in visual studio and running web application using asp.net.
Description:
In my machine I opened visual studio and tried to run application that works perfectly. After make some modifications in code and tried to run application using visual studio I got error like “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”.
Here I will explain how to solve the problem “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.” when compiling in visual studio and running web application using asp.net.
Description:
In my machine I opened visual studio and tried to run application that works perfectly. After make some modifications in code and tried to run application using visual studio I got error like “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”.
To solve this problem follow below methods
First Method
Hit Shift+F5 when in Visual Studio and this will terminate the current debug session. You can then hit F5 and this will start a new debug session.
Second Method
Reset the IIS and open your application using visual studio and run it will work for you
Open Command Prompt
Start >> Run >> Type cmd and click OK
In command prompt Type iisreset and click OK
After reset the IIS open the application with visual studio and run it will work for you.
Happy Coding………
If you enjoyed this post, please support the blog below. It's FREE! Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email. |
|||
|
|||
17 comments :
It doesn't help :(
Thank you, resetting the IIS did the trick for me!! Thanks once again.
Thanks, IIS did the trick for me.
doesn't work for me xO
awesome, i wasted lot of time thinking there was an issue with the server itself-sunny
What should I do when there is IIS installed, But err is there.. Then should I resolve it?
Thank you, you save my life i was going crazy, again thank you! :)
Perfect solution
Thanks
It's Solve my issue..Thank u.....
cmd-->iisreset = worked
Thanks mate!
it works fine.. :)
Thanks...it worked
The Second Method (IIS Reset) Did the trick for me , Thank you very much :)
Thanks
The Second Method (IIS Reset)worked for me , Thank you very much :)
The second method worked fine.
helped me..in VS2013...TQ
Note: Only a member of this blog may post a comment.