IIS8 Win8 and runAllManagedModulesForAllRequests=“true”
问题 I am attempting to run an application in IIS8 that has the following in the config: <modules runAllManagedModulesForAllRequests="true" /> IIS8 is giving me an error that says... This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false". I'm guessing by the error and a quick SO search