Hai i am devolping an Web Application in asp.net 2.0 . and i had used Ajax for Implementing CollapsiblePanel.
When i am working in my Local Machine its working fine but when when i copy it to server machine and building the application it giving me the following error.
Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Error 25 Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10301.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. Failed to grant permission to execute. (Exception from HRESULT: 0x80131418)
i have installed ASP.NET 2.0 AJAX Extensions 1.0 in my local machine and in server as well.
and downloaded ASP.NET AJAX Control Toolkit and took the AjaxControlToolKit.dll and copi ...
Go to the complete details ...