BlazorMultipleApps icon indicating copy to clipboard operation
BlazorMultipleApps copied to clipboard

Hosting multiple blazor applications side by side

Results 7 BlazorMultipleApps issues
Sort by recently updated
recently updated
newest added

Hi. I am new to Blazor, trying to learn. I downloaded this example and tried to run it but could not get it to work. Do I have to start...

Could this code be used for sub domains instead of www.domain.com/FirstApp www.domain.com/SecondApp could be FirstApp.domain.com SecondApp.domain.com

Hello everyone, is it possible that this is also working for .net 6? Thank you

Is there a way to implement multiple apps using Identity Server for Authentication? Same user database for all apps.

This looks interesting for intranet applications, two small questions: 1. Are we able to share a cache to speed up access across multiple apps? 2. Are we able to set...

can update to .net 5 ,thanks

example call from FirstApp. forecasts = await Http.GetFromJsonAsync("/WeatherForecast"); unable to get any response from server from FirstApp, whereas SecondApp has no issues.