an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 4/5/2013 8:45:34 AM By timofeia. 3 replies.
4/4/2013 5:18:51 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
GoDaddy error
After installing DotShoppingCart (SQL Server database and web site) on GoDaddy (on home server it runs perfectly), I cannot even start DotShoppingCart (you can see it on http://claforte.com/). It says Cannot find the user 'owner', because it does not exist or you do not have permission. and bunch of other staff. I spent much time trying to fix it but couldn't. Could somebody help me with it, it's urgeant. Thank you. P.S. The connection string is: Data Source=dotshoppingcart.db'your DB name'; Initial Catalog='your DB name'; User ID='your user name'; Password='your password';
DotShoppingCart Staff
4/4/2013 10:49:07 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: GoDaddy error
What kind of hosting servicing are you using in GoDaddy? Shared hosting or dedicated hosting?
DotShoppingCart Staff
4/5/2013 5:03:26 AM
timofeia
Posts: 31
Joined: 3/21/2013
Re: GoDaddy error
It's shared hosting. It works fine on my home computer, the line of source code causing problem on GoDaddy is:
SqlDependency.Start(connectionString); in the file Core\DBController.cs
If I can only work around this line of code. It's very important to me to launch application on GoDaddy as soon as possible.
4/5/2013 8:45:34 AM
timofeia
Posts: 31
Joined: 3/21/2013
Re: GoDaddy error
Something started working when I changer the Default Schema to DSC_Public. I did 2-days MANUAL database creation (each table, etc., but using script). It was the only way to use it on GoDaddy. At least now I can start working. Hope, my experience will be helpful in DotShoppingCart community.