IIS not serving website pages on remote client
I am new to IIS and asp and i am having a problem. I开发者_运维技巧 am creating a asp.net website in physical folder wwwroot\SharePage
and virtual directory SharePage
When i visit the site on local host or using my ip address or through dyndns
proxy on my own computer , the page is served fine, But when any one else from any other computer access my website it takes a long time in loading and finally his browser throws an error (may be page not found error,not sure, see for yourself). I have even changed Authentication mode to none and tried with firewalls closed , still page is not served.
You can have a look here
http://thesharepage.dyndns.org/SharePage
(hosted on my home computer so can be unavailable at times when i have switched off my computer)
or try with my ip address
updated http://117.205.103.192/SharePage/
(can change ,i have a dynamic ip address)
Info: IIS version 7.5 OS : Windows 7 .Net 4 (even in IIS)
please help quick, have to launch it on New Year
Port 80 isn't open to the outside world (I can't telnet to it). Sounds like IIS is working but your router needs some configuring to forward that port to the server.
I don't think so it is an IIS issue, possible related to firewall. You may need to enable 80 port in your firewall. You may also need to enable port forwarding in your router, even http://thesharepage.dyndns.org/ is not accessible from here.
It seems you have not allowed outsiders to access your webserver from outside. This is the default setting in the firewall. Change the setting in your firewall and things will be alright.
精彩评论