Debug .net 8 browser-wasm hosted in ASP.NET MVC on IIS
I have an old ASP.NET MVC app with .NET Framework 4.8 hosted on IIS and I am trying to add some client side logic in C# with WASM in .net 8. I already have a big logic written in C# and would like to reuse it.