Re: Deploying ASP.Net not in the default website
From: Scott Allen (bitmask_at_[nospam)
Date: 09/10/04
- Next message: Scott Allen: "Re: Starting a process (.exe-file) from ASP.NET with different user credentials"
- Previous message: Holly Li: "C# and VB.net project reference each other."
- In reply to: LiamCo: "Deploying ASP.Net not in the default website"
- Next in thread: Frank Mamone: "Re: Deploying ASP.Net not in the default website"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Sep 2004 10:53:52 -0400
AFAIK, the installer will only install to a different website if the
website uses a different port. If you have multiple websites on a
single port and IIS differentiates them by, say host headers, than the
setup project always picks the first active site it finds.
I think you can read between the lines for some workarounds in the
above, but none of them are really optimal solutions..
-- Scott http://www.OdeToCode.com On Fri, 10 Sep 2004 00:49:01 -0700, LiamCo <LiamCo@discussions.microsoft.com> wrote: >I want to deploy an asp.net application but I want the installer to be able >to specify the website that it goes into at install time. The current >installer always installs to the default website. > >I have heard that there is a fix for this available, can anyone point me >towards it.
- Next message: Scott Allen: "Re: Starting a process (.exe-file) from ASP.NET with different user credentials"
- Previous message: Holly Li: "C# and VB.net project reference each other."
- In reply to: LiamCo: "Deploying ASP.Net not in the default website"
- Next in thread: Frank Mamone: "Re: Deploying ASP.Net not in the default website"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|