Skip to content

2.2.0

Compare
Choose a tag to compare
@jimmyca15 jimmyca15 released this 07 Nov 00:01
· 144 commits to dev since this release
55e089e

Microsoft IIS Administration 2.2.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

  • Web server health and performance monitoring endpoints have been added #140
    • Web Server (/api/webserver/monitoring)
    • Web Sites (/api/webserver/websites/monitoring/{id})
    • App Pools (/api/webserver/application-pools/monitoring/{id})
  • An endpoint was added to configure the API's known file system locations (/api/files/locations) #143
  • The IIS Administration API installer has been updated to pull the latest .NET Core LTS version (1.0.7) if it is not installed.

Enhancements

  • Added version property to URL Rewrite #148

Bug Fixes

  • Fixed an incorrect time zone on Self Signed Certificate #152
  • Fixed invocation that is not present on all versions of PowerShell #141
  • Fixed an issue where ssl bindings with an IP address other than * caused a 500 error on IIS 7.5 #153