Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to connect the configured development Web server Visual Studio 2013

I use

Visual Studio 2013

and when I run a project, I get this error :

Unable to connect the configured development Web server.

Here is a solution for Visual Studio 2008 and I'm searching through these steps :
http://www.dotnetspider.com/forum/250134-Unable-connect-ASP-NET-development-Server.aspx
Here ; Tools->External Tools is used.

What I have to select in Command in External Tools for Visual Studio 2013 ?

Thanks in advance.

like image 604
tubefavorites.com Avatar asked May 09 '14 10:05

tubefavorites.com


2 Answers

This happened to me.

For me, the reason was a bad IIS config file.

I was able to fix it by deleting the auto-generated IISExpress folder, which is usually located at %userprofile%/Documents, e.g. C:\Users\[you]\Documents\IISExpress.

When I ran the project again, it created a new folder with a valid IIS config file and I could run the debugger.

like image 84
Brian Merrell Avatar answered Dec 08 '22 09:12

Brian Merrell


This happened to me in a Web Site Project. The solution was to close the solution, delete the project's .vs folder and rebuild.

like image 35
Shawn Dotey Avatar answered Dec 08 '22 10:12

Shawn Dotey