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:
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………
0 comments :
Post a Comment