Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer fails on IIS 8 (2012R2) #1

Closed
dbpprt opened this issue Nov 3, 2014 · 2 comments
Closed

Installer fails on IIS 8 (2012R2) #1

dbpprt opened this issue Nov 3, 2014 · 2 comments

Comments

@dbpprt
Copy link

dbpprt commented Nov 3, 2014

The installer tries to locate in the global <module> section but IIS defines it's modules in
<location path="" overrideMode="Allow"> <system.webServer>

applicationhost-bug

I added a dummy <module> tag in the global section, ran the installer and moved the <add ... stuff to the <Location ...> <system.webServer> section.

@UweKeim
Copy link

UweKeim commented Apr 7, 2015

This error is also described here on CodePlex.

Please fix this issue.

@FWest98
Copy link
Owner

FWest98 commented May 4, 2015

Just download the msi at my fork (https://github.com/FWest98/hsts-iis-module/releases) or as a workaround:

  • Open C:\Windows\System32\inetsrv\config\applicationHost.config
  • At configuration\system.webServer add the node
  • Run the setup
  • Reopen that file, remove the just added node and move the element within () to the node configuration\location(path="")\system.webserver\modules
  • Start IIS server again

@FWest98 FWest98 closed this as completed Apr 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants