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
|
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!
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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
|