Skip to content

2.1.0

Compare
Choose a tag to compare
@jimmyca15 jimmyca15 released this 14 Aug 22:33
· 180 commits to dev since this release

Microsoft IIS Administration 2.1.0

Microsoft IIS Administration is a REST API that allows consumers to configure and monitor their IIS web servers. With the API installed on your IIS machine, you can configure your IIS instance with any HTTP client including our new web management tool https://manage.iis.net.

Visit https://manage.iis.net/get to get started.

Requirements

Change Log

  • URL Rewrite API endpoints have been added.
    • Inbound Rules
    • Outbound Rules
      • Custom Tag Sets
      • Preconditions
    • Rewrite Maps
    • Allowed Server Variables
    • Rewrite Providers
  • When upgrading the IIS Administration API, the installer will now create an updated SSL certificate if the original certificate has less than 3 months of validity left. Any expired IIS Administration certificates will be removed when the upgrade completes. #119

Breaking Changes

  • Web sites no longer expose the key property in their reference representation #113

Bug Fixes

  • Web sites' key property can now be set when creating a web site #108
  • ASPNETCORE_ENVIRONMENT no longer effects the state of the application #124