Application Deployment - Web

G

Guest

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
 
A

Alvin Bruney [MVP]

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.
 
P

Phil Wilson

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 said:
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top