简体   繁体   中英

What is the correct order of installation for running a DotNet Core web application on a local IIS server?

I run a local IIS Server with a DotNot Core 2.1 application deployed to it. I like to keep up to date with the latest security patches that are released monthly and I use the Core download page to do so.

My question is, what ALL do I need to install each time and in what order. I usually find a Framework installer and I chose the SDK just to make I have everything. Then I find a ASPNET.CORE installer and I run those in. Finally, I run the Web Hosting Bundle.

Am I doing too much? Do some of these items copy over the same assets? What is the correct proceedure?

If you need to host an asp.net core web app, follow the Host ASP.NET Core on Windows with IIS Guide .

In terms of installing things, follow the Install the .NET Core Hosting Bundle Section

The bundle will install 3 things:

  • .NET Core Runtime
  • .NET Core Library
  • ASP.NET Core Module (for IIS)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM