I am using an ASP.NET LiveChat solution and tested it as a website on my server. No I want to make it an Application or subfolder of my main store to vbe accessible form outside.
I added an App under my Website in IIS and pointed to the physical folder. This web app uses SSPI with a diferent Database
when I run it. I get this error:
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 'DotShoppingCart' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 211: </providers>
Line 212: </roleManager>
Line 213: <profile automaticSaveEnabled="true" defaultProvider="SqlProfileProvider" inherits="DotShoppingCart.Commercial.Core.ProfileDSC">
Line 214: <providers>
Line 215: <clear />
Source File: c:\AcrEStore_4.0\Web\Web.config Line: 213
|