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.
in web.config
<trust level="WSS_Minimal" originUrl="" />
to
<trust level="Full" originUrl="" />
No comments:
Post a Comment