You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
As far as I know it's locked for any default windows install if you do not also install ASP.NET 4. Several people have reported this recently: aspnet/Hosting#364 (comment)
Actual error message: "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"."
The Asp.Net 4.5 installer unlocks IIS’s system.webServer/handlers section. However if you don’t install that component then the section remains locked and you can’t enable HttpPlatformHandler. Should the HttPlatformHandler msi unlock that section?
https://github.com/aspnet/Docs/pull/551/files#diff-62465270a6cd44f684f23a2a1ca872c9R64
The text was updated successfully, but these errors were encountered: