Setting up a copy of a site with IIS 7?
Posted
by SJaguar13
on Server Fault
See other posts from Server Fault
or by SJaguar13
Published on 2010-03-15T04:09:07Z
Indexed on
2010/03/15
4:20 UTC
Read the original article
Hit count: 210
iis7
|multiple-sites
I have a site running on IIS with a dyndns.org domain that points to the IP of the Windows 2008 machine hosting it. I need a copy of that site for development purposes. I set up another folder with all the files, and create a new site in IIS. I don't really have a domain for it, so I was just going to use the IP address. When I go to localhost, 127.0.0.1, or the internal IP, I get bad hostname. If I use the IP address on port 80 (the same as the real version of the site), I get 404 not found. If I use a different port so I don't have them both on the same IP with the same port, I get connection timed out. How do I go about setting this up?
© Server Fault or respective owner