[ almir_05 @ 23.09.2008. 16:27 ] @
Ljudi pomagajte, imam jedan problem a radi se o slijedecem napravio sam web stranicu u Visual Studio 2008 i postavio sam je na server medutim kada sam napravio form za unos podataka i upload fajlova javi mi se greska, ja mislim da je rijec o nekoj zastiti pa moze li tko mi objasniti sta bi trebao da uradim, ovo je greska koja se pojavi Unaprijed hvala 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 for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Source Error: Line 37: Detalji.Visible = False Line 38: End Try Line 39: End Sub Line 40: Line 41: End Class Source File: ime fajla xxx.aspx.vb Line: 39 Stack Trace: [SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.] servisstranice_servis.spremi_Click(Object sender, ImageClickEventArgs e) in d:\hosting\micivk\servisstranice.aspx.vb:39 System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +86 System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115 System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7350 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213 System.Web.UI.Page.ProcessRequest() +86 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18 |