Live Chat Icon For mobile
Live Chat Icon

How do I deploy a Blazor application in IIS?

Platform: Blazor| Category: Host and deploy

The Blazor application can be deployed to IIS using Visual Studio or you can also configure manually. Find the steps to deploy the Blazor application.

Deploy an app from Visual Studio to IIS

  1. Install the .NET Core Runtime Hosting Bundle in  your device.
  2. Create a Blazor application
  3. Publish the application using context menu from the Solution Explorer in Visual Studio.
Publish
  1. Click Publish. If there is no error, your application will be published successfully.

Manual Deployment to IIS

You can publish the Blazor application using “dotnet publish” command. Please refer to the document dotnet publish for additional commands.

IIS config

  1. Open the IIS.
  2. Right click  the defaultApp site and create a new website.
  3. Insert the site name and physical path (published folder path).
Add Physical Path
  1. Click Ok .
  2. Now, config the site in ApplicationPool, and you can browse the site.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.