I am trying to create a new web site , the port is 81, and the port is not used by other web sites.

 

Thanks

 

Young

From: Michael Osmond [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 5:53 AM
To: Young Yang (Worksoft); wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Can not create third website under iis with wix?

 

Young,

 

I notice the Port number is 81.  Are you trying to create a web site, or are you expecting to install to an existing web site.  I have seen this error when I am expecting an existing web site to be there, and the installer can't match either the port number or the ip address.  Is there an existing web site with port 81?

 

There are some posts on this type of thing in the wix users list

 

Michael

-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Young Yang (Worksoft)
Sent: Mon 26/06/2006 5:14 PM
To: wix-users@lists.sourceforge.net
Cc:
Subject: [WiX-users] Can not create third website under iis with wix?

    I am building an msi to deploy a website,  when there is only the default web site under the IIS, it works.

But when there is already 2 websites under IIS, when I run the msi,  It return an error ‘Failed to read IISWebs table’ and the installation failed.

Any help on where I should look to solve this problem is greatly  appreciated.

 

Below is part of my script.

 

 

 

<Component Id='WebSiteComponent' Guid='F199EE95-7847-4b85-B58A-60857D22545D' Permanent='yes'>

       <WebSite Id='WebSite' Description='My Web Site' Directory='pages' AutoStart='yes' DirProperties='ReadAndExecute' ConfigureIfExists='no'>

            <WebAddress Id='DefaultWebSiteAddress' Port='81' Secure='no'/>               

            <WebApplication Id='WebSiteWebApp' Name='WebSite Web App' Isolation='medium'>

                 <WebApplicationExtension Extension='aspx' CheckPath='no' Executable='[FRAMEWORKDIR]aspnet_isapi.dll' Script='yes' Verbs='GET,HEAD,POST,DEBUG' />

            </WebApplication>

       </WebSite>

</Component>

 

Thanks

 

Young

 

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to