Per un progetto sviluppato in Framework .NET (dalla versione 4.0 in su) può capitare di inciampare nell’errore:
Server Error in ‘/’ Application.
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
La soluzione è più semplice di quanto sembra. Basta rimuovere il seguente node presente nel web.config:
<system.codedom> <compilers>......</compilers> </system.codedom>