Re: GAC and security

  •  10-05-2005, 4:07 PM

    Re: GAC and security

    Dear Adam,
     
    thank a lot. I've followed the instructions, but I still got the security error on the medium trust level. Here are more details, perhaps they are helpful for you.
     
    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.FileIOPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.

    Source Error:

    Line 24: 						This example show you <b>all the predefined buttons</b>. 
    Line 25: 						<br><br>
    Line 26: 						<CE:Editor id="Editor1" EditorWysiwygModeCss="../example.css" runat="server" ></CE:Editor><br />
    Line 27: 						<asp:Button id="btnUpdate" onclick="Submit" Runat="server" Text="Show HTML"></asp:Button>
    Line 28: 						<asp:Literal ID="Literal1" Runat="server" />

View Complete Thread