-
How can I setup IIS To run multiple websites without being connected to the internet (Just for testing). I want to navigate between the sites without changing settings in IIS everytime. Can I put Host header names in for every site and make it work even though it wont be connected to the net???:confused: :confused:
-
You might have to add entries in your hosts file to get it to work.
Example
127.0.0.1 localhost
127.0.0.1 www.mysite.com
127.0.0.1 www.anothersiteofmine.com
...
Etc.
(PS. One should instantly realized the evil jokes you can play on your friends by modifying this file without their knowledge.)