Link to home
Start Free TrialLog in
Avatar of scatee7
scatee7

asked on

IIS 6 New Website does not Show Up in Application Installer

I have a Windows Server 2003 Web Server with two NICs. The server houses one website and one NIC is binded to it. I configured the second NIC today, created a new website and bound it to the second NIC. I can create virtual directories underneath the site and view the properties of the site with no problem.

My problem is:

We have an installer that installs a .Net application website onto web servers. I am trying to run this web installer and install the application into this new website. However, at the beginning of the install the installer lists the websites that it sees for the server you are installing on, it sees the first website (Default website) but it does not see the second. It seems as though the installer is looking at the metabase to grab the list of available sites to install to (this is a guess) and just can't see the second site.

I can't figure out why the installer is missing the site. I restarted IIS, that did nothing. I even rebooted the server, that did nothing.

How do I get the .Net installer to see the second website?
Avatar of MartijnMoree
MartijnMoree

The installer may not see the second website at all if the developer hasn't configured the second website in the installer.

What happens if you create another website?
Avatar of scatee7

ASKER

I have run the installer on another IIS 5 server that has two websites with two NICs and the installer sees the second website and installs to it without problem.
One thing to check would be your host headers.  Make sure they are setup on each site.  If not then set them up and then set both sites to use the same ip address.  Try the install again to see if it sees it.
W2003 with IIS6 is not the same as W2000 with IIS5!

Have you tried creating another website?
ASKER CERTIFIED SOLUTION
Avatar of Dave_Dietz
Dave_Dietz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of scatee7

ASKER

Thank you for the help. Sorry to take so long to close this. Its been hectic around the office. We wrote a vb script to look at the IIS 6 metabase find all other sites and generate a list that the installer could use.