Skip to content

Preview 1.0.38

Pre-release
Pre-release
Compare
Choose a tag to compare
@jimmyca15 jimmyca15 released this 02 Feb 22:10
· 303 commits to master since this release

Microsoft IIS Administration Preview 1.0.38

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.

A blog post was written about this release. You can find it here

Requirements

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

Change Log

Enhancement

  • Web site bindings now support require SNI. #42
  • Web sites now have a key property that correlates to the site id in the applicationHost.config file. #39
  • Files API added. #28
  • Application pool renaming no longer leaves orphaned applications. #5

Breaking Changes

  • Creating sites, applications and virtual directories now requires read access to the target directory. Access rights are specified in the appsettings.json file.