Select theme:
You 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.
Download NowSelect theme: