When I open my ASP.NET site in IIS and try to open the .NET Trust Levels, I get the error message:
.NET trust levels An error occurred while performing this operation.
Details:
File Name: \? \ C: \ inetpub \ wwwroot \ myapp \ web.config
Line Number: 445
Error: This configuration section cannot be used on this path. This happens when a section is locked at the parent level. The default lock (overrideModeDefault = "Deny") is either explicitly set by the location tag with overrideMode = "Deny" or the deprecated allowOverride = "false".
I checked a few places, but I did not find anything like locking this parameter. Is there a systematic way to determine where this setting is locked?
I am using IIS 7.5 and .NET 3.5 sp1.
source
share