PC Review


Reply
Thread Tools Rate Thread

build web.config during deployment

 
 
Walter W
Guest
Posts: n/a
 
      8th Aug 2005
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.
 
Reply With Quote
 
 
 
 
Clint Hill
Guest
Posts: n/a
 
      9th Aug 2005
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


Walter W wrote:
> 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.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Build Deployment vs. Production app.config? Spam Catcher Microsoft VB .NET 2 10th Apr 2007 06:24 PM
.Net 2.0 app.config / deployment =?Utf-8?B?UGV0ZXI=?= Microsoft C# .NET 4 25th Jul 2006 05:29 PM
Build & Deployment problem. James Microsoft Dot NET Compact Framework 9 21st Feb 2006 08:45 AM
Build help files as part of solution/project/deployment build? james@microsec.co.uk Microsoft Dot NET 1 11th Mar 2005 12:20 AM
Build/deployment strategy... vlusardi Microsoft Dot NET 0 21st Aug 2003 07:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:27 PM.