Select theme:
Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.
Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.
The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/
Open Radzen Blazor Studio docsYou created your Radzen application. Congratulations! Now it is time to deploy it on your server.
1. Open Visual Studio solution from the application root folder

2. Publish selected project to desired target.

Please visit Host and deploy ASP.NET Core Blazor for more info.
server.dotnet publish -c Release to package the application in Release mode.server\bin\Release\netcoreapp3.1\publish directory to your server.

Now we need to specify the connection string to your production MS SQL Server. We will do this by defining an environment variable with the Radzen application will read at runtime.



ConnectionStrings:<DataSourceName>Connection where DataSourceName is the
name of your MS SQL data source as defined in Radzen e.g. ConnectionStrings:NorthwindConnection. Set the value to the
actual connection string to your production MS SQL Server.

Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: