hi..
I have two websites and my one website is running on godaddy hosting. Now i want to put the second website in the subfolder of root website and make it as a subdomain.
for example
Root Url:Sample.com - working (here i have used nopcommerce project)
subdomainurl:sampletest.sample.com - not working
note:
The above instructions are given by godaddy support staff via mail. but it does not work. i.e)to call the sub domain url(sampletest.sample.com) it doesnt work but sample.com is working fine.
------------------------------------------------------------------
now my problem is when i call my sub domain url it doesnot go to that project. instead it takes my nop root web.config file and show the error like this.
-------------------------------------------------------------------
Server Error in '/sampltest' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'NopSolutions' could not be found (are you missing a using directive or an assembly reference?)
Line 93: <add namespace="NopSolutions.NopCommerce.BusinessLogic.Products.Specs"/>
Line 94: <add namespace="NopSolutions.NopCommerce.BusinessLogic.Products"/>
Line 95: <add namespace="NopSolutions.NopCommerce.BusinessLogic.Profile"/>
Line 96: <add namespace="NopSolutions.NopCommerce.BusinessLogic.Promo.Affiliates"/>
Line 97: <add namespace="NopSolutions.NopCommerce.BusinessLogic.Promo.Campaigns"/>
----------------------------------------------------------------------
how to handle this issue.
is it any body who handled this type of issue in godaddy server?
need ur suggestions..
regards
gopal.s