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,659 reputation)Supreme Being - (8,659 reputation)Supreme Being - (8,659 reputation)Supreme Being - (8,659 reputation)Supreme Being - (8,659 reputation)Supreme Being - (8,659 reputation)Supreme Being - (8,659 reputation)Supreme Being - (8,659 reputation)Supreme Being - (8,659 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 - (84,743 reputation)Top Banana - (84,743 reputation)Top Banana - (84,743 reputation)Top Banana - (84,743 reputation)Top Banana - (84,743 reputation)Top Banana - (84,743 reputation)Top Banana - (84,743 reputation)Top Banana - (84,743 reputation)Top Banana - (84,743 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!
Paul
 Posted Sun 1 Mar 2015
große Käse

große Käse - (449,454 reputation)große Käse - (449,454 reputation)große Käse - (449,454 reputation)große Käse - (449,454 reputation)große Käse - (449,454 reputation)große Käse - (449,454 reputation)große Käse - (449,454 reputation)große Käse - (449,454 reputation)große Käse - (449,454 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Also, don't forget to reset your webshopURL and webshopfolder config settings, if required (e.g. if the live URL is different to the one you've been running on). Otherwise, you will find the front end keeps redirecting to the test URL.

You can however login to the back end through any domain which resolves, and it won't redirect, so you can access that to change the config settings.

Just search in the back end for 'webshop' and it'll find both. Don't forget the slash at the end, it's important.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top