Moved nopcommerce 1.3 security error. trust level?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 年 前
Hello all,

I moved my webshop from one provider to another. Now i get this error message:


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 for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' 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 for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
   System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase) +0
   System.Web.Compilation.CompilationUtil.GetTypeFromAssemblies(AssemblyCollection assembliesCollection, String typeName, Boolean ignoreCase) +227
   System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +362
   System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +64


I read that i must adjust the trust level....?
where to do such a thing?

thx

Edit: Ok I try to set <trust level="Full" /> in my web.config but this doesn't help. any ideas? anyone?
14 年 前
...kick

nobody? I already ask the provider to turn on full trust in machine.config. He said that it already is full trust...

Is there a way to check the trust level?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.