Skip to content

Preview 1.0.39

Pre-release
Pre-release
Compare
Choose a tag to compare
@jimmyca15 jimmyca15 released this 13 Mar 15:55
· 279 commits to master since this release

Microsoft IIS Administration Preview 1.0.39

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

  • HTTP Request Trace API added /api/webserver/http-request-tracing/traces
  • Added ability to retrieve the IIS freb.xsl file for viewing request trace files via /downloads/freb.xsl
  • Added web site's key property to the web site's reference representation.

Bug Fixes

  • Viewing the root directory of a file system no longer causes an error #63
  • Directories will no longer have different IDs #67
  • Aliases now correctly appear on file resources that have an alias configured in the appsettings #65