我只是按照此帖子Browse Web Site With IP Address Rather than localhost中的说明操作,但现在我甚至无法启动IIS express。具体来说,我得到的错误是#34;无法启动IIS Express Web服务器"。
Visual Studio项目设置:
Use Local IIS Web Server
Use IIS Express
Project Url:http://3.114.169.118:1407/
应用程序配置代码
<sites>
<site name="WebSite1" id="1" serverAutoStart="true">
<application path="/">
<virtualDirectory path="/" physicalPath="C:\TestBillingApp\BillingApp\BillingApp" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:1407:3.114.169.118" />
</bindings>
</site>
在cmd中创建了acl
netsh http add urlacl url=http://3.114.169.118:1407/ user=everyone
更新我刚注意到,如果我在启动后立即浏览浏览器中的ip,它就会启动并运行。但它只运行了10秒钟,然后我得到Unable启动IIS Express Web服务器错误,它就会崩溃。
答案 0 :(得分:0)
检查您使用的IP地址是否正确。因为列出的IP地址似乎已解析为&#34; n003-000-000-000.static.ge.com&#34;