C
C#14mo 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?
3 Replies
friedice
friedice14mo ago
what are your launch settings for both; Are they set in different ports? What are your startup projects?
NadzRoks
NadzRoks14mo ago
Yes, thanks we got it sorted, we had to add the IP and port on the clients firewall as well.
Accord
Accord14mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.