Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

The IIS config may be locked if ASP.NET 4 is not installed #24

Closed
Tratcher opened this issue Oct 28, 2015 · 5 comments
Closed

The IIS config may be locked if ASP.NET 4 is not installed #24

Tratcher opened this issue Oct 28, 2015 · 5 comments

Comments

@Tratcher
Copy link
Member

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

@davidfowl
Copy link
Member

Yes it should

@rramachand21-zz
Copy link

handlers section is never locked - whats the machine configuration?

@Tratcher
Copy link
Member Author

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)

@Tratcher
Copy link
Member Author

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"."

@Tratcher
Copy link
Member Author

This as been fixed in AspNetCoreModule v0.8: #105.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants