Nov 24 2023 12:34 PM
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!
Jan 11 2024 03:21 AM