Cannot access Application configured on local IIS 7 using IP/machine name
- by SilverHorse
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.