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

iis-website-add-release-number-to-response-header: Fix error #766

Merged
merged 2 commits into from
Mar 21, 2019
Merged

iis-website-add-release-number-to-response-header: Fix error #766

merged 2 commits into from
Mar 21, 2019

Commits on Mar 19, 2019

  1. iis-website-add-release-number-to-response-header: Fix error

    Fixed the following exception:
    ```
    Exception calling "GetSection" with "2" argument(s): "Filename: redirection.config
    Error: Cannot read configuration file
    ```
    Credit for revealing the root cause (in some instances the script would load the incorrect assembly, which in turn would try to modify the incorrect configuration file):
    dsccommunity/xPSDesiredStateConfiguration#191 (comment)
    Credit for the solution:
    dsccommunity/xPSDesiredStateConfiguration#462
    Adam-S-Daniel authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    3037eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b3dd9 View commit details
    Browse the repository at this point in the history