简体   繁体   中英

How Can I Access Locally Hosted IIS WebSite from Remote Computer By My IP Address?

如何通过我的IP地址从远程计算机访问我本地托管的IIS网站?

You have to check you ip here , make sure that you are forwarding port 80 (especially if you're in a locale home network), and then you could access your server by http://<server_ip> eg http://192.168.0.6

Note that as long as you don't have a fixed (static) ip, your ip address might change, and you'll have to recheck it.

Another note- The default HTTP port is 80, and by using port 80 you could access your server via browsers without writing the port number. If for any reason you like to switch port, make sure your forward that port number and access your site by http://<server_ip>:<port_number> , eg http://192.168.0.6:8080

if you are using some other port. then you can go with http://<ip_address>:<port_no>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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