C#C
C#3y ago
NadzRoks

✅ WASM project running on local network

Not sure if this really a C# thing, but maybe someone has done this before.
We have a Net7 Blazor WASM project and a MVC dotnet framework 4 project, we want to run them both using VS in dev mode and make them available on the local network to allow user testing in our dev environment. We can get only 1 running at a time on a specific port.

Does anyone have any links or info that will help us get this working?
Was this page helpful?