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:
The problem is rather straightforward to me.
The webpage:
http://localhost:49464/Seth-Duncan.com/Main.aspxThe jquery:
http://localhost:49464/scripts/jquery-1.4.2-min.jsUnsurprisingly, there doesn’t seem to be a jquery script there. Most likely, it would work fine on the production server.