Search code examples
asp.net-coreiisaspnetboilerplate

How to publish service on IIS using ASP.NET Boilerplate?


As there is no documentation, Could you please provide steps to publish ASP.NET Boilerplate service on IIS Server


Solution

  • All the steps are same for Asp.Net Core which we have for a classical Asp.Net web application.

    First, you need to install the .NET Core Hosting Bundle. Please find the steps below.

    • Navigate to the .NET All Downloads page.
    • Select the latest non-preview .NET Core runtime from the list (.NET Core > Runtime > .NET Core Runtime x.y.z). Unless you intend to work with preview software, avoid runtimes that have the word "preview" in their link text.
    • On the .NET Core runtime download page under Windows, select the Hosting Bundle Installer link to download the .NET Core Hosting Bundle.

    After all the above steps just follow the steps which you do for Asp.Net web application.