首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

项目不能debug,报错:unable to launch Visual Studio's Localhost Web Server,该怎么处理

2012-01-11 
项目不能debug,报错:unable to launch Visual Studios Localhost Web ServerVS2005里面,在一个项目里点击

项目不能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配置的问题,结贴。

热点排行