错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Deploying Your Blazor Application

  • Peter Himschoot

摘要

At a certain point in time, your Blazor application will be ready for the big public. Yeah! But the work is not yet done. We need to take our application and copy it to a server connected to the network so other people can use their browser to admire your work! Let us look at how we can deploy our Blazor application. We will start by deploying a standalone Blazor application, and then we will look at deploying Blazor Web Apps which require a server that supports ASP.NET Core.