Posted on: 9/8/2014 9:30:05 PM | Views : 473

Buenas tardes,
Estoy teniendo un inconveniente con mi aplicación web montada en un servidor de godaddy.com. Se genera al momento de realizar alguna consulta de MySQL. Este seria el error:

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.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Que debería hacer o verificar para resolver esto?
Mi aplicación esta hecha en ASP.NET y el base de datos es MySQL. Si necesitan información adic ...

Go to the complete details ...