Security exception with ASP.NET AJAX toolkit

Posted by Rod on Stack Overflow See other posts from Stack Overflow or by Rod
Published on 2010-02-26T04:53:00Z Indexed on 2010/03/08 22:21 UTC
Read the original article Hit count: 340

Filed under:
|

I've got an ASP.NET WebForms app that I've written, which uses the ASP.NET AJAX Toolkit. I've put the MultiView control onto the web form, and it worked fine, when I had it under Vista. Well, I had to replace my machine (HD failed) and I went to Windows 7 Ultimate. I tried copying the ASP.NET app from the system (before it finally failed for good) and put it onto the Windows 7 machine. I can bring up the app fine, go to all pages, but the one with these controls on it. When I do I get the following error:

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.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

What's going on? How do I fix it?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX