日期:2014-05-19  浏览次数:21065 次

项目不能debug,报错:unable to launch Visual Studio's Localhost Web Server
VS2005里面   ,在一个项目里点击上面的绿色debug箭头报错:
unable   to   launch   Visual   Studio 's   Localhost   Web   Server

怎么解决?
不能   debug   烦死我了!

------解决方案--------------------
搜到的两个解决方法
1.
%windir%\microsoft.net\framework\v2.0.50727\aspnet_regiis.exe -i

2.
Webdev.webserver.exe /port:12345 /path:”e:\website\mywebsite” /vpath:/mywebsite

Then the Development Server icon will appear in status notification area. Double click the icon and click the Root URL.

------解决方案--------------------
搞定了,项目option配置的问题,结贴。