King TMK 🎗
✅ CSS styles not loading on "Local" environment, only "Development"
I'm creating an application with razor pages. Everything went fine until I decided to switch from "Development" to "Local" for the environment in launchSettings.json. Now the website has no styles and my static files (css, js) are all empty when viewed in the browser.
How do I fix this? Help really appreciated
39 replies
✅ Razor pages template gives me an immediate build error
Why is it telling me "The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft.AspNetCore.Identity'" right after I generated a Razor pages project template with single user authentication enabled?
How do I fix this?
39 replies