【发布时间】:2013-06-27 11:40:34
【问题描述】:
尝试更改我的 MVC 4 Web 应用程序的项目 url 时,我遇到了一些奇怪的错误。 所以首先我做了什么:
从
更改了项目 URL http://localhost:54300 to http://192.168.1.26:54300
将我的网站的 bindingInformation 更改为
*:54300:192.168.1.25:54300
添加地址:
netsh http add urlacl url=http://192.168.1.26:54300/ user=everyone
所以当我尝试从 Visual Studio 运行我的网络应用程序时,我得到了错误
"Unable to launch the ISS Express Web Server"
从 Webmatrix 运行我的 Web 应用程序或从命令行启动 IIS express 时,一切正常。 我试过的:重新安装visual studio,但没有效果。
有什么建议吗?
【问题讨论】:
-
这不是 HTTPS 的
netsh东西吗? hanselman.com/blog/…
标签: visual-studio-2012 iis-express