show-notice
hide-notice

Wednesday 3 July 2013

Visual Studio - unable to start debugging on the web server. The web server did not respond in a timely manner




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”.

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………
 

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com