Forum Discussion

MathDev's avatar
MathDev
Copper Contributor
Nov 24, 2023

Multiple websites in a single .net 8 solution

I need to create a registration website and another to manage these registrations, the 2 websites must be published on different servers and use the same database.


I want to use the new "Interactive Auto" render mode (.net 8).


So I started by making a new project in Visual Studio by selecting "Blazor Web App" (auto + global) and I added a 3rd project for the 2nd website. The project for the 2nd website is identical to that of the 1st, except the name.


I can only start the 1st website...


The only documentation I found on the subject does not apply to .net 8.

Does anyone know how I could do this?


Thanks!

Resources