I'll spare you the details, but I should at least say that on our test server box we have our test web application and database.

We want our production web site and data to be on this same box. So, I created a folder D:\Production\Website and copied all the code there. Then I went into IIS to make a new website. I don't know what its IP address should be. There are two choices in the drop down, plus All Unassigned. But no matter what I pick, it says it's in use.

Then any help I look for acts like you already know what these values should be:
4.
In the Enter the IP address to use for this Web site box, click the IP address used for all sites on this server.

5.
In the TCP port this Web site should use box, type the unique port number reserved for this site.

Am I out of IP's because of websites that are already on this box?

The machine is Windows Server 2003, the code is ASP.NET 2, and I think IIS is 6.0.

Thanks.