If you open up the website/project with Chrome, right click on the page and go to inspect element then click Console does it show a more descriptive Error. Even though the project requires IE you can still use Chrome or even Firebug to work out the error.
What response code do you get on those files ? Either use the IE/Chrome developer tools, Fiddler etc, or look in the IIS log files for those requests and see what response code is being returned.
Wozer
Member
390 Points
267 Posts
Re: Unable to load Jquery files in IIS
Mar 01, 2012 04:58 PM|LINK
If you open up the website/project with Chrome, right click on the page and go to inspect element then click Console does it show a more descriptive Error. Even though the project requires IE you can still use Chrome or even Firebug to work out the error.
<script type="text/javascript" src="../Scripts/jquery/jquery.validate.js"></script>
<script type="text/javascript" src="../Scripts/jquery/jquery.maskedinput.js"></script>
<script type="text/javascript" src="../Scripts/Util.js"></script>
I belive this should work. What happens if you try that?
Chris
texx
Contributor
2412 Points
415 Posts
Re: Unable to load Jquery files in IIS
Mar 01, 2012 05:32 PM|LINK
What response code do you get on those files ? Either use the IE/Chrome developer tools, Fiddler etc, or look in the IIS log files for those requests and see what response code is being returned.