IIS 5.1 (default with XP) only allows one website to be
installed/running at a time, so that's probably why it replaces your
'Default Web Site'.

 

IIS 6.0 should allow you to install multiple websites, we do it all the
time. I don't know if that's the default version for Windows Server
2003, but that's our current set-up and it works great.

 

 

-Matt

 

 

  _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 28, 2007 3:39 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Create new IIS WebSite

 

I am trying to create a new web site in IIS.  

 

Here is my code.

<WebSite Id='Web Sites' Description='My Web Site' Directory='INSTA
LLDIR' StartOnInstall='yes'>

   <WebAddress Id="AllUnassigned" Port="14465"  />< /SPAN> 

</WebSite>  

 

If I use port 80 it renames the 'Default Web Site' to 'My Web Site'.  If
I use a random port number I get an error (Failed to read IIsWebs table.
(-2147024774)).

 

What I am trying to do is create a new web site on windows 2003 and
windows XP.  Can anyone please help??

 

TIA

Shayla

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to