Cannot access Application configured on local IIS 7 using IP/machine name
Posted
by
SilverHorse
on Server Fault
See other posts from Server Fault
or by SilverHorse
Published on 2012-06-08T07:27:09Z
Indexed on
2012/06/10
4:42 UTC
Read the original article
Hit count: 441
I have a windows 7 machine 64 bit and IIS 7
I have a default website on the IIS.Its binding is {IP: All Unassigned , Port:80 , Host Name : blank}
I have added a new asp.net application to that website,mapped physical path, have set the virtual path as "MyWebApp".
Application pool for "MyWebApp" is "DefaultAppPool" {.Net Framework: 4.0 ; Managed Pipeline Mode: Classic}
The problem I am facing is
I can access the website using http://localhost
, http://IP.IP.IP.IP
and http://MyMachineName
But I can not access the Application other than using http://localhost/MyWebApp
What should I do if I want to access the webapp using http://MyMachineName/MyWebApp
OR http://IP.IP.IP.IP/MyWebApp
Please note : I have already created an inbound rule to allow all HTTP traffic for port 80 in firewall settings.
© Server Fault or respective owner