build web.config during deployment

W

Walter W

hi,

i need to deploy two asp.net web projects which together form one single
solution.

these two projects will be installed in different virtual directories.

i could create two setup projects to include the primary output and
content files from the each project. but how can i merge them into one
..msi file?

also more importantly, how can i ask the user for sql server login
details during set up? so that i can create the database and tables and
also set the connection string in the web.config file?

i did a google and it appears that i have to use some custom installer
class. is there an easier way to do this?

thanks for any advice.
 
C

Clint Hill

Generally speaking, I think you would want to setup one project as a
merge module to be used in the other.
For the web.config part you could use a dialog box to ask for the values
and then query the installer for them to "re-write" the web.config file.

It is pretty complicated, and honestly, I don't really put the effort
into this kind of setup, unless it is something that will be on CD. If
this is an internal system and you can be there for the setup and
config, nothing really beats XCOPY and notepad.

Clint Hill
H3O Software
http://www.h3osoftware.com
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top