I have a new windows 10 machine trying to run an mvc application through visual studio but the page only partially loads. When looking at the F12 developer console in chrome I see that all the css and script files called in the layout page are all resulting in a "Failed to load resources with service code 500"
This application runs perfectly fine on multiple other machines, just not on the new one. The status code 500 leads me to believe there must be some sort of problem with the iis express visual studio runs the application in, or some other configuration with in visual studio itself.