How do you add a new Web Site under IIS 7.5 on Win7 Pro?
I've followed these steps to create:
- Under IIS Manager's Sites node, add new site...
- Set Site name = SimpleTest,
- used The Default Web Site app pool (which works for the existing default site),
- pointed physical path to a folder containing Test.htm,
- ensured Test.htm tops the Default Document list
When I "Browse LocalTest on *:80" under IIS Manager, I'm just getting the generic "Internet Explorer cannot display the webpage".
Seems like something painfully simple must be missing, but I'm not having much luck finding it.