Staging to Live

Posted By Soph Sun 1 Mar 2015
Add to Favorites0
Author Message
Soph
 Posted Sun 1 Mar 2015
Supreme Being

Supreme Being - (8,729 reputation)Supreme Being - (8,729 reputation)Supreme Being - (8,729 reputation)Supreme Being - (8,729 reputation)Supreme Being - (8,729 reputation)Supreme Being - (8,729 reputation)Supreme Being - (8,729 reputation)Supreme Being - (8,729 reputation)Supreme Being - (8,729 reputation)

Group: Forum Members
Last Active: Tue 18 Aug 2015
Posts: 16, Visits: 69
I'm ready to go live, live SQL DB credentials are different from staging.Do I change KartrisSQLConnection to read new conn string?
Also staging connstring was Integrated Security=True, live connstring is pwd,usr do I need to make changes elsewhere?
thanks
Mart Marked As Answer
 Posted Sun 1 Mar 2015
Top Banana

Top Banana - (85,339 reputation)Top Banana - (85,339 reputation)Top Banana - (85,339 reputation)Top Banana - (85,339 reputation)Top Banana - (85,339 reputation)Top Banana - (85,339 reputation)Top Banana - (85,339 reputation)Top Banana - (85,339 reputation)Top Banana - (85,339 reputation)

Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148, Visits: 3,450
You should only have to change the data connection string in web.config file - once its changed there and correct, all database interactions will use that.

The other things I'd typically check when going live from a staging server is
1) check that image upload (ie adding images to products) works, as well as deleting images.
2) check mail sending works (ie put a message through the contact form and see if you get it), the mail sending settings like mailserver IP etc might be different between the two servers
3) check payment - ie make sure users are able to pay!

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top