Publish to Zip file

In some cases you need to manually deploy your Blazor application. Radzen Blazor Studio makes it easy to build the application in production and package everything in a zip file.

Note: Deployment is a premium feature.

  1. Click Publish button to open the Publish wizard.
  2. Select Zip 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. 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.
  4. Click Publish.

Radzen Blazor Studio will publish the application in production mode, compress the build output and show you the zip file in Explorer (Windows) or Finder (macOS). 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.