Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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]DocumentsIISExpress.

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...