I am trying to get v4.03 up and running on my Win7 install, I have the correct web.config, full trust and full file permissions (NETWORK SERVICE) but I just get this error when I try to launch it.
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.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Security Exception?
I am trying to get v4.03 up and running on my Win7 install, I have the correct web.config, full trust and full file permissions (NETWORK SERVICE) but I just get this error when I try to launch it.
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.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
Any ideas? Its been bugging me for most of the day :(
Check what user account your app pool is using. I had to switch mine to Network Services.
+1 - I just changed my app pool identity to confirm this.
That worked perfectly for me under Windows Server 2008 Standard Edition. Thank you!!!
cool. vote me up pls ;-)
This worked for me as well.
is working on a reply...