an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 10/25/2008 7:53:20 PM By lukezy. 3 replies.
9/16/2008 5:26:22 PM
djacob
Posts: 1
Joined: 9/16/2008
DSC at Godaddy.com
Is there a script to setup empty DSC database at a hosts' say for example at SQL server interface of GoDaddy.com?
9/16/2008 6:48:25 PM
lukezy
Posts: 2019
Joined: 6/12/2007
Location:WA, US
Re: DSC at Godaddy.com
If you look at Install\CreateDB.sql, it's the SQL script to create database. Which GoDaddy hosting plan are you running? I am not familiar with about the GoDaddy shared hosting plan. But I would recomment at least VPS (virtual dedicated server) for any type of ecommerce system because security is No.1 concern. The entry level VPS at GoDaddy is very affortable. I think it starts from $30/mo.
DotShoppingCart Staff
10/25/2008 11:17:35 AM
vicsd
Posts: 3
Joined: 10/4/2008
Hosting DSC on dedicated MS SQL server 2005 and Windows Server 2003 Web Edition
Hello,
 
 
 
I am trying to deploy DSC application (free edition) on dedicated MS SQL Server 2005 and dedicated Windows Server 2003 Web Edition box.
 
Application was installed locally on MS SQL  Server 2005 and can be accessed with no problems from the browser. Once WEB folder has been moved to the dedicated IIS 6.0 server, home page can not be accessed. I am receiving "page can not be dispalyed error message in IE 6.0". Not sure if anything needs to be changed in web.config file? 
 
Thanks.   
 
10/25/2008 7:53:20 PM
lukezy
Posts: 2019
Joined: 6/12/2007
Location:WA, US
Re: DSC at Godaddy.com
Yes, you need to make sure web.config is configured correct according to the dedicated server. I would suggest try installing using InstDSC.exe.
DotShoppingCart Staff