Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

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

Dec 25, 2011
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………

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.

subscribe by rss Subscribe by RSS subscribe by email Subscribe by Email

17 comments :

Anonymous said...

It doesn't help :(

Anonymous said...

Thank you, resetting the IIS did the trick for me!! Thanks once again.

Anonymous said...

Thanks, IIS did the trick for me.

Unknown said...

doesn't work for me xO

Anonymous said...

awesome, i wasted lot of time thinking there was an issue with the server itself-sunny

Anonymous said...

What should I do when there is IIS installed, But err is there.. Then should I resolve it?

Unknown said...

Thank you, you save my life i was going crazy, again thank you! :)

Anonymous said...

Perfect solution
Thanks

Unknown said...

It's Solve my issue..Thank u.....

Anonymous said...

cmd-->iisreset = worked
Thanks mate!

Anonymous said...

it works fine.. :)

Anonymous said...

Thanks...it worked

Anonymous said...

The Second Method (IIS Reset) Did the trick for me , Thank you very much :)

Anonymous said...

Thanks

Unknown said...

The Second Method (IIS Reset)worked for me , Thank you very much :)

Unknown said...

The second method worked fine.

Unknown said...

helped me..in VS2013...TQ

Give your Valuable Comments

Note: Only a member of this blog may post a comment.

© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.