C#C
C#3y ago
mbissonn

❔ Running Blazor App from VS on Windows versus VSCode on Ubuntu

Hello,

I am fairly new to C# and ASP.NET, so I'm just trying to get off the ground here.

I created a Blazor WebAssembly App using Visual Studio on a machine running Windows 11 and have had no trouble working with it through VS.

After uploading the project to GitHub and cloning it to my Ubuntu box, I am attempting to run it using VSCode. The project builds without any errors, but when I load the page there is no CSS or JS--just plain text HTML. What do I need to do in order for it to load the same way on both machines?

Thanks,

Michael
Was this page helpful?