Hosting a Blazor Application
Learn to integrate Blazor application with SignalR.
Overview
Our current Blazor application is set up as a standalone self-hosted app, so we need to make some changes to be able to host it in another application.
Step 1: Remove the line
The first change that we will do is to open the Program.cs
file inside the BlazorClient
project and remove the following line:
Get hands-on with 1200+ tech skills courses.