Forum Discussion
MathDev
Nov 24, 2023Copper Contributor
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!
1 Reply
Sort By
- AddWebSolutionBrass ContributorHi MathDev,
Here may help some clear idea.
https://stackoverflow.com/questions/16106688/can-i-have-multiple-asp-net-web-sites-in-same-solution
Thanks & Best Regards,
AddWebSolution