How to change database connection at deployment server

Posts   
 
    
Posts: 87
Joined: 17-May-2011
# Posted on: 21-Jul-2011 08:05:02   

Hi there

How can we change database connection while taking the built Gen pro code to the deployement server from development site in self service.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 21-Jul-2011 09:52:05   

Connection string is read from your application config file. So change that to point to the deployment database server.

Further if the database (catalog) name is different, you should check Catalog Name overwriting