I have deployed an ASP.NET (2.0) application in IIS. I am able to use the link for application from my system.
Can anyone tell me what the problem might be?
Thanks
Did you check your OS to make sure Is there no firewall on it?
To add an opening for port 80 in the Window firewall on your machine, run the following from the elevated command window.
Netset firewall portoping protocol = TCP port = 80 name = HTTP
If you are running a third party firewall, Want to consult documenation, do the same thing. Just open port 80 for your machine, do not disable the entire firewall.
No comments:
Post a Comment