Best way to install an IIS module if it's missing

As the name implies we are seeking for a way to install the following IIS modules:

dotnet-hosting-2.2.7-win.exe (https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-2.2.7-windows-hosting-bundle-installer)

We want the installation of this package to happen upon deploying a package into a web server for the first time. Any tips appreciated.

Greetings Dominick, thanks for reaching out. I would recommend using the Chocolatey - Install Package step template as part of your deployment process.

https://chocolatey.org/packages/dotnetcore-windowshosting/2.2.7

Hope that helps!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.