merhabalar

bende şöyle bir hata ile karşılaşıyorum
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.

Source Error:


Line 54: <asp:Label ID="lbllvl" runat="server"></asp:Label>
Line 55: <div id="footer" runat="server"></div>
Line 56: <asp:ModalUpdateProgress ID="mup" runat="server" DisplayAfter="0" BackgroundCssClass="modalBackground">
Line 57: <ProgressTemplate>
Line 58: <div class="modalPopup">


Source File: C:\vhosts\*****\http\default.aspx Line: 56

Stack Trace:


[SecurityException: That assembly does not allow partially trusted callers.]
ASP.default_aspx.__BuildControlmup() in C:\vhosts\........\http\default.aspx:56
ASP.default_aspx.__BuildControlForm1() in C:\vhosts\..........\http\default.aspx:15
ASP.default_aspx.__BuildControlTree(default_aspx __ctrl) in C:\vhosts\******\http\default.aspx:1
ASP.default_aspx.FrameworkInitialize() +82
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +54
System.Web.UI.Page.ProcessRequest() +78
System.Web.UI.Page.ProcessRequestWithNoAssert(Http Context context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +37
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication.IExecutionStep.Execute() +100
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75