Hosting Blazor PWA application on IIS
Install the .NET Core Hosting Bundle Download .NET Core Hosting Bundle Download and install the bundle Restart the system. Publish app Publish an app means to produce a compiled app that can be hosted by a server Right click server project then select publish select folder option select location then click finish click publish Deploy app Deploy an app means to move the published app to a hosting system. copy the publish folder into IIS system’s local folder....