Skip to content

1.1.0

Compare
Choose a tag to compare
@jimmyca15 jimmyca15 released this 02 May 19:51
· 231 commits to master since this release

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

Note: Installation time varies based on whether required IIS features are already enabled.

Change Log

Enhancements

  • Central Certificate Store support added /api/webserver/centralized-certificates
  • Certificate stores API added /api/certificates/stores
  • Certificates API now supports stores other than My
  • Certificates API now supports Range requests
  • Added ability to install and uninstall optional IIS features
  • Content Security Policy added to the API Explorer

Bug Fixes

  • Log file and audit file messages no longer have duplicated time stamps.
  • The Microsoft IIS Administration Service now properly registers a dependency on HTTP
  • The Microsoft IIS Administration Service no longer depends on the HTTP Compression optional feature.

Breaking Changes

  • The request monitoring API /api/webserver/http-request-monitor no longer responds with a list of executing requests. This endpoint has been reworked to support install/uninstall of the request monitoring IIS optional feature. The list of executing requests has been moved to /api/webserver/http-request-monitor/requests.