I'm re-creating my development environment on my new Windows 7 machine. I'm trying to move over some local ASP.NET apps I'd worked on, when I was using Vista. All of these apps run in IIS on the local machine - no remote machine is involved. And the ASP.NET AJAX Control Toolkit DLL is in the bin folder for the ASP.NET app. Here's the error I'm getting:
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 ...
Go to the complete details ...