IIS.Administration Versions Save

REST API for managing IIS

v1.0.37

7 years ago

Microsoft IIS Administration preview 1.0.37

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

  • Microsoft IIS Enabled
  • Microsoft Visual C++ 2015 Redistributable
  • Microsoft .NET Core with ASP.NET Core Module

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

Change Log

Enhancement

  • Website bindings now support custom protocols. #29
  • Bumped default access token lifetime to 1 year (up from 1 month). #30

API Change

  • Worker processes no longer link to sites and applications.
  • Website bindings have had their properties reworked. #29

Bug Fixes

  • Serialization error caused by sites that had non HTTP bindings. #25
  • Server error on Windows Server 2008 R2/Windows 7 in static content caused by SetETag.
  • CORS headers not being sent out in case of unhandled exception.

General

  • Installer product name changed from "IIS Administration" to "Microsoft IIS Administration". This name change is reflected in Add/Remove Programs.
  • Trimmed unnecessary content from the self host's applicationHost.config file as well as the application's web.config file.

v1.0.36

7 years ago

Microsoft IIS Administration preview 1.0.36

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 to get started.

Requirements

  • Microsoft IIS Enabled
  • Microsoft Visual C++ 2015 Redistributable
  • Microsoft .NET Core with ASP.NET Core Module

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