Manage IIS configuration by using the RESTful API
Nice: The API has been built with Hypertext Application Language (HAL) to allows APIs to have built-in discoverability. Starting at the root of the API, you can browse the entire API surface. …
Nice: The API has been built with Hypertext Application Language (HAL) to allows APIs to have built-in discoverability. Starting at the root of the API, you can browse the entire API surface. …
Starting with version of ASP.NET 5 RC1, the statup.cs must have a static main, see: http://www.talkingdotnet.com/static-void-main-in-asp-net-5-startup-cs/ After I added the main method, the error was fixed.