an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Need to Install on Shared Hosting
Last Post 2/4/2009 10:18:23 AM By lukezy. 3 replies.
1/19/2009 10:50:48 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Need to Install on Shared Hosting
Hi,
 
I want to install my application on the shared hosting server. I didn't have any terminal access or other so that i can run the InstDsc.exe. Will site run if i put all correct information in web.config and Dsc.config and upload that ?
 
Also Database will run if i just rub the createdb script ?
 
Thankx,
Dipesh
DotShoppingCart Staff
1/19/2009 11:17:33 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Need to Install on Shared Hosting
Yes, it should work just fine. You don't need to touch DSC.config since it will be updated when you change site configuration in store admin. You can also check instDSC.exe source code to understand what it's doing. It's not complicated.
 
Another way is to run instDSC.exe on your local machine. And then back up database and restore it to the production server. Upload the files and update web.config.
DotShoppingCart Staff
2/3/2009 11:26:18 PM
DipeshNeema
Posts: 4
Joined: 1/18/2009
Re: Need to Install on Shared Hosting
Hi,
 
You are usring trust level high in the site while some of the hosting providers using medium, so how can run the site there ?
 
Thankx,
Dipesh Neema
2/4/2009 10:18:23 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Need to Install on Shared Hosting
The Enterprise Library that is used in DotShoppingCart is version 2 and doesn't support medium trust level. You can swap it with the higher version. Please check this thread.
DotShoppingCart Staff