Hey everyone, I have a basic .net 5 app deployed, but none of the JS, CSS, or library files are available to the site.


I need some help troubleshooting.
The URL is plzwork.ga.
It says that it cant reach the files in plzwork.ga/lib/x/x.
If I go to those pages, nothing is there.
locally it runs fine. the files are stored in wwwroot/lib/x/x.
I have been struggling with this process for days. If anyone has experience I’d love to hear from you!
How did you deployed your app? Try dotnet publish locally and see what lands inside the bin/Release folder.
using ,net publish, I am able to get it running fine locally. It only behaves this way when I push the published contents to the server.

source