I have a few scripts that work fine running in the debugger, but when I publish it to IIS it's like they aren't running.
Here are the lines i'm using to include the scripts inside the head tags
<script src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js"></script>
<script src="<%=ResolveClientUrl("~/Scripts/")%>ScrollSpy.js"></script>
scripts are contained in Scripts folder