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: That assembly does not allow partially trusted callers.
The open source could be using some third party components or self developed medium trusted assemblies. The hosting server doesn't allow customer to use these partially trusted callers due to some security policies. The hosting team has to change the application's trust level in the configuration file of the system. Other alternative is the components or .dlls should be added to some config file related to medium trust.
No comments:
Post a Comment