How to access multiple website using different bindings on IIS 7.5
问题 How can I access different websites hosted on my local IIS 7.5 (using different bindings) from my ipv4 address? My system32\drivers\etc\host file has my binding names mapped to 127.0.0.1 In IIS, I have the normal "Default Web Site". Its binding hostname is empty, set to all unassigned ip address and port 80. On my network, I can access this site using the server ipv4 address like so : http://192.168.2.1/mySubSite/index.html where mySubSite is a child folder of the "Default Web Site". I can