an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Running another ASP.NET Application on DSC Sto...
Last Post 12/2/2011 11:02:47 AM By Bahram. 2 replies.
12/2/2011 9:25:04 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Running another ASP.NET Application on DSC Store Server
Hi Luke,
 
Our DCS Store is using port 80 of the server. We need to have another setup application under the main Store. This app has it's own database and web.config file.
but when running, some DSC namespaces and config files are executed. How can we isolate this App from DCS main app.
 
 
Thanks,
12/2/2011 10:30:46 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Running another ASP.NET Application on DSC Store Server
There are a couple of ways that you can do. 1) Create a new site with sub domain  Your new application will be seperated completely from the exist site. 2) Create a new application under current DSC site. Your new application will inherent all the web.config from parent. You will need to do use "clear" to remove unneeded settings. This is out of scope of DSC. Please search ASP.NET forums for futher technical detail.
DotShoppingCart Staff
12/2/2011 11:02:47 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Running another ASP.NET Application on DSC Store Server
So is there any way to have a sub application and  not inherit all parent's config.? or we need to creat a new web application on another port.
Just want to make sure if this solution is technically difficult then go for the second one.