简体   繁体   English

使用IP地址调用IIS托管应用程序时不起作用

[英]IIS Hosted Application not working when called using IP address

i have hosted Silverlight application in IIS. 我已经在IIS中托管了Silverlight应用程序。 it works fine using local host and using my IP address in my Machine but when i use the same URL in Lan Connected system it doest work . 使用本地主机并在我的计算机中使用我的IP地址,它可以正常工作,但是当我在Lan Connected系统中使用相同的URL时,它不起作用。 pls help me with this 请帮我

If you are hosting the IIS Instance on your local machine and are unable to access it from another computer then its most likely your local firewall blocking the connection. 如果您将IIS实例托管在本地计算机上,并且无法从另一台计算机访问它,则它很可能是您的本地防火墙阻止了连接。

You will need to allow port 80 and 443 (assuming you haven't changed these in IIS) 您将需要允许端口80和443(假设您尚未在IIS中更改这些端口)

The URL you use from the other computer needs to be the IP address or your machine as well. 您从另一台计算机使用的URL也必须是IP地址或您的计算机。 If you are using a domain name and it is not configured to your local IP address through host files then you will not be able to access it either. 如果您使用的是域名,并且未通过主机文件将其配置为本地IP地址,则您也将无法访问它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在IIS中使用IP地址绑定子应用程序 - Bind sub-application using IP Address in IIS IIS 网站使用本地主机,但不使用 IP 地址 - IIS website works with localhost, but not using an IP address 从IIS托管时,超链接不起作用 - hyperlinks not working when hosted from IIS 托管在IIS中时,不会调用Signalr客户端功能 - Signalr client side functions not being called when hosted in IIS 使用共享IP地址从IIS站点进行出站Web请求失败 - outbound web requests fail when made from IIS sites using shared IP address IIS 7 - 通过 IP 限制应用程序 负载均衡器后面的地址 - IIS 7 - Restrict Application by IP Address behind load balancer .Net Core 身份登录页面无法在 IIS 上运行托管应用程序 - .Net Core Identity Login Page is not working hosted application on IIS 输入IP地址时,以天蓝色隐藏IIS版本 - Hide IIS version in azure when ip address entered 托管在IIS中时如何在taskmanager中显示应用程序名称 - How to show application name in taskmanager when hosted in IIS 如果应用程序在IIS中托管并在IIS启动时启动,如何调试在应用程序启动时执行的代码? - How to debug code executed at application's startup if application is hosted in IIS and starts when IIS does?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM