I posted this on the ASP.Net newsgroup and didn't get a response, so I figured I'd try on this generic newsgroups.

Some background info
ASP.Net Web Applicatio
Web Setup Project utilized for deployment -- VS.Net 200
Development Web Serve
-- Win 2k
-- .Net Framework 1.
-- IIS 6.0 with multiple Web Sites (Web Sites not Virt Dir's in 1 web site

I have no problem building and installing my app using the web setup project. My question comes into play that on my development server, I have two Web Sites defined in IIS.

When I run the setup project on the development server, it always installs onto the first website. I want it to install onto the 2nd website defined. Is there a property or any way to configure my setup project in VS.Net 2003 which website to install under if multiples are found in IIS

Thanks

-Ric

Re: Application Deployment - Web by Alvin

Alvin
Mon Apr 19 17:34:42 CDT 2004

i believe one of the options is a relative path for the target, you will
have to change this to a specific path. I did this a long time ago so i'm a
bit foggy. From what i can recall, i had to change the path pointed to
giving it a hard coded address. I remember having to tinker with it a bit to
get it to accept the path.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
"Rick" <anonymous@discussions.microsoft.com> wrote in message
news:C2A4C1D8-C8DB-43C8-8417-28A63A619187@microsoft.com...
>I posted this on the ASP.Net newsgroup and didn't get a response, so I
>figured I'd try on this generic newsgroups.
>
> Some background info:
> ASP.Net Web Application
> Web Setup Project utilized for deployment -- VS.Net 2003
> Development Web Server
> -- Win 2k3
> -- .Net Framework 1.1
> -- IIS 6.0 with multiple Web Sites (Web Sites not Virt Dir's in 1 web
> site)
>
> I have no problem building and installing my app using the web setup
> project. My question comes into play that on my development server, I
> have two Web Sites defined in IIS.
>
> When I run the setup project on the development server, it always installs
> onto the first website. I want it to install onto the 2nd website
> defined. Is there a property or any way to configure my setup project in
> VS.Net 2003 which website to install under if multiples are found in IIS?
>
> Thanks,
>
> -Rick
>



Re: Application Deployment - Web by Phil

Phil
Mon Apr 19 18:16:32 CDT 2004

I believe it installs to the web site that matches your port number, and if
there are multiple sites it chooses the first active site it finds.
--
Phil Wilson [MVP Windows Installer]
----
"Rick" <anonymous@discussions.microsoft.com> wrote in message
news:C2A4C1D8-C8DB-43C8-8417-28A63A619187@microsoft.com...
> I posted this on the ASP.Net newsgroup and didn't get a response, so I
figured I'd try on this generic newsgroups.
>
> Some background info:
> ASP.Net Web Application
> Web Setup Project utilized for deployment -- VS.Net 2003
> Development Web Server
> -- Win 2k3
> -- .Net Framework 1.1
> -- IIS 6.0 with multiple Web Sites (Web Sites not Virt Dir's in 1 web
site)
>
> I have no problem building and installing my app using the web setup
project. My question comes into play that on my development server, I have
two Web Sites defined in IIS.
>
> When I run the setup project on the development server, it always installs
onto the first website. I want it to install onto the 2nd website defined.
Is there a property or any way to configure my setup project in VS.Net 2003
which website to install under if multiples are found in IIS?
>
> Thanks,
>
> -Rick
>