My site has been up and running for several weeks now. However, all of a sudden, when i view my site, none of my CSS or JS files are rendering, in any browser.
I've used both drag and drop (in visual studio 2013) to put the respective files in the head and body, and also used the ResolveUrl method, to no avail.
Screen shot below shows that the respective files are loaded, but not rendered.


I'm using Visual Studio 2013 with iisExpress
This has me stumped
* EDIT *
Ok, so it looks like IISExpress is the culprit (locally). Switching to ISS shows all CSS and JS Files. Odd