Page 1 of 1

How to change we.config in ASP.NET application

Posted: Wed Sep 05, 2007 9:11 am
by lorenzbb
Hi,
I would like to install an ASP.NET Application, but I would like to alter the connectionstring for the database which is normally configured in the web.config file. Ho do I change the string while installing that web application ?

thanks

Lorenz

Posted: Thu Sep 06, 2007 7:42 am
by CandiceJones
Hi Lorenz,

You can do this with the Read from Text File, Replace String, Parse String, and Write to Text File MSIcode commands.