Hi, I am very new to nopCommerce. I am trying to install a fresh copy of nopCommerce v3.9 in a shared windows environment by Hostgator.
I am getting below error while accessing the website.
--------------------------------------------------------------------------------------------------------------
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: Request failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SecurityException: Request failed.]
Nop.Core.TypeConverterRegistrationStartUpTask.Execute() +0
Nop.Core.Infrastructure.NopEngine.RunStartupTasks() +468
Nop.Core.Infrastructure.NopEngine.Initialize(NopConfig config) +48
Nop.Core.Infrastructure.EngineContext.Initialize(Boolean forceRecreate) +98
Nop.Web.MvcApplication.Application_Start() +66
--------------------------------------------------------------------------------------------------------------
FYI..I have given all the required permissions to the folders. Can anyone have the solution or, workaround for this.