简体   繁体   English

使用IIS服务器和静态IP使网站可在线访问

[英]Make Website Accessible Online with an IIS Server and a Static IP

I have a window server 2008 with an IIS 7.0 and Static IP. 我有一个带有IIS 7.0和静态IP的窗口服务器2008。 The website www.xyz.com (with PORT: http:80 & https:443) is running well on it. 网站www.xyz.com(端口:http:80&https:443)运行良好。 Now, I deployed another website on it using same IP address but with Port http:180. 现在,我使用相同的IP地址但使用端口http:180在其上部署了另一个网站。 The another website is working good locally but not accessible on web. 另一个网站在本地运行良好,但无法通过网络访问。

What are next steps to make website online? 使网站在线的下一步是什么?

Regards, Aman 问候,阿曼

That should be it. 应该是这样。 If you can access it locally with http://localhost:180 , then IIS is listening on the port and should be serving requests. 如果您可以使用http://localhost:180在本地访问它,则IIS正在侦听该端口,并且应该正在处理请求。 If you are not able to access it remotely via http://the.site.ip.address:180 , I would suspect that a firewall somewhere is preventing connections over this non-standard port. 如果您无法通过http://the.site.ip.address:180远程访问它,我怀疑某个地方的防火墙阻止了通过该非标准端口的连接。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM