Select theme:
To manually build your Blazor application for production:
Server
directory.appsettings.Production.json
.dotnet publish -c Release
. This command builds your application in production.bin/Release/net8.0/publish/
(.NET 8), bin/Release/net7.0/publish/
(.NET 7) or bin/Release/net6.0/publish/
(.NET 6). Copy all files from this location
to your server.Follow Microsoft's official deployment instructions.
Note: Radzen Blazor Studio provides automatic deployment to IIS and Azure as a premium feature.
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: