Syncfusion AI Assistant

How can I help you?

Deploy Blazor Web App to IIS server

17 Mar 20261 minute to read

This section provides information about deploying a Blazor Web applications with the Syncfusion Blazor components to IIS server.

Refer to Host and deploy ASP.NET Core Blazor topic for more information.

Create an IIS Site

  • Enable IISin Windows Features.

  • Enable WebSockets in IIS.

  • Now, publish the application for deployment in Release configuration by referring to this.

  • Open Internet Information Services (IIS) Manager and then right-click on “Sites,” followed by selecting “Add Website.”

Add site in IIS

  • In the Add Website dialog, fill in the required field values such as site name, physical path and customized port value and then click OK.

Set the physical path to the location where your sample application is developed.

Add Website in IIS

Run the Published Application

  • Open Internet Information Services (IIS) Manager. Expand the Sites node to verify that the published application is running. Click Browse to open the application in your browser.

Browse application

  • Now, application runs in the specified browser port(8080).

Output-IIS

See also

Refer here for publishing the application to IIS Service using Visual Studio.