Publish to folder

Radzen Blazor Studio can build your Blazor application for production and copy it to a specified folder.

Note: Deployment is a premium feature.

  1. Click Publish button to open the Publish wizard.
  2. Select Folder from the available options. This will create a new Radzen Blazor Studio publish profile that can later be used to deploy the application with the same settings.
  3. Pick the destination folder.
  4. Optionally change the connection string of the database(s) that your application is using. Often applications use a different database in production or a different login credentials.
  5. Click Publish.

Radzen Blazor Studio will publish the application in production mode and copy the build output to the specified folder. WebAssembly applications will be optimized for size which may take some time. Check the Output for a detailed log of the publish and deploy operations.