错误请求 - 使用 IP 地址访问本地主机时主机名无效
我正在使用 Visual Studio 和 IIS Express 在本地运行 Web 应用程序。 我可以使用 https://localhost:44300
毫无问题地访问 Web 应用程序。
出于好奇,我想使用 IP 地址访问它,因此我尝试了 https://10.1.1.229:44300
但收到此错误:
我想我可以用我从 ipconfig 获得的私有 IP 地址替换 localhost:
我还注意到它说证书不安全。
如何使用 IP 地址访问本地 Web 应用程序?
I'm using Visual Studio and IIS Express to run a web app locally.
I can access the web app without any issues using https://localhost:44300
.
Out of curiosity, I wanted to access it using the IP address, so I tried https://10.1.1.229:44300
but am getting this error:
I thought I could replace localhost with my private IP address which I got from ipconfig
:
I also noticed it says the certificate is not secure.
How can I access my local web app using the IP address?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试对
~\Documents\IISExpress\config\applicationhost.config'文件进行以下设置
。You can try the following settings to
~\Documents\IISExpress\config\applicationhost.config' file
.