0

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.

Files downloading fine.

Network Errors

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

3
  • You've got a 500 error, not a 404. The files are probably there but IISExpress is fooked. You're going to have to troubleshoot IISExpress not your app. Commented Apr 11, 2014 at 11:06
  • 500 is an internal server error. Check event viewer to see if there is an error message. Commented Apr 11, 2014 at 11:09
  • You right RobH - switching to full blown IIS worked Commented Apr 11, 2014 at 11:14

1 Answer 1

1

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.

Follow this link

Sign up to request clarification or add additional context in comments.

1 Comment

Vivek, this is all running locally, i have the source and it's the same locally as deployed.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.