Reputation: 1981
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
Upvotes: 0
Views: 97
Reputation: 1085
This error can only be resolved by fixes to the Web server software.
It is not a client-side problem. It is up to the operators of the Web server site to locate and analyse the logs which should give further information about the error.
Upvotes: 1