Hi Lukezy
We are gettng the following errro on the server that keeps shutting down the web site. Ias this related to the install path in the web.config.
<add name="InstallPath" value="C:\Inetpub\wwwroot\DotShoppingCartSuiteV2.53\DotShoppingCartSuiteV2.53\web"/>
This is the error we are getting on the live server. I have been just told that this is the incorrect path . If the proper path is corrected then would the error below be fixed?
Thanks
An unhandled exception occurred and the process was terminated.
Application ID: /LM/W3SVC/279123778/Root
Process ID: 83264
Exception: System.UnauthorizedAccessException
Message: Access to the path 'C:\Inetpub\wwwroot\DotShoppingCartSuiteV2.53\DotShoppingCartSuiteV2.53\web\App_Data\App_Data\Templates\dsc' is denied.
StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at DotShoppingCart.Commercial.Core.DbFileBase.GetFile(String host, Object key)
at DotShoppingCart.Commercial.Core.EmailManager.LoadEmailTemplate(String host, String templateName, String& subject, String& content)
at DotShoppingCart.Commercial.OrderPipeline.EmailCampaignTaskProvider.RunTask(String host, IConfigurationSource cfgSrc)
at DotShoppingCart.Commercial.OrderPipeline.TaskProvider.Proccess(String host, IConfigurationSource cfgSrc)
at DotShoppingCart.Commercial.OrderPipeline.ProcessorProvider.Run()
at DotShoppingCart.Commercial.OrderPipeline.RunnableProvider.StartRun()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
|