Script files returning 404 Error.

Posted by Seth Duncan on Stack Overflow See other posts from Stack Overflow or by Seth Duncan
Published on 2010-03-11T22:45:42Z Indexed on 2010/03/12 1:27 UTC
Read the original article Hit count: 349

Filed under:
|

Hi, I'm using ASP.Net and whenever I create a script file or try to include a script file like jQuery they aren't working. I am doing just a regular localhost server and none of the scripts are working. Upon further examination using firebug I look at whats being referenced in those scripts and it shows html code for a 404 error. I know the scripts and files are there and I can navigate directly to them in the browser but for some reason I can't reference them in my page.

Here is a screenshot:

404 Error

alt text

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript