Skip to content

NuGet packages for deploying Blazor server-side application #25457

Answered by Tratcher
lengyeltom asked this question in General
Discussion options

You must be logged in to vote

See https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-3.1#install-the-hosting-bundle

The hosting bundle installs a few different things including the runtime and an IIS native module. The native module is required in order to run AspNetCore in IIS. It's possible to exclude the runtime install and bundle that with the application in what's called a stand alone publish, but without the native module there's no point.

If you wanted to host outside of IIS using Kestrel or HttpSys server then a standalone publish is viable.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Tratcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants