an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Use sql server on different server to dsc server
Last Post 3/20/2009 4:05:42 PM By lukezy. 1 replies.
3/20/2009 3:56:36 PM
micahsdad1402
Posts: 31
Joined: 11/2/2008
Location:Melboune Australia
Use sql server on different server to dsc server
Lukesy,
 
In my production environment I actually run two servers as VMs. One is my web server and the other is my SBS server with SQL Server running on it.
 
What changes do I need to make to point DSC to an sql server that is not localhost?
 
JJ.
3/20/2009 4:05:42 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Use sql server on different server to dsc server
Check connectionStrings in web.config.
DotShoppingCart Staff