I have a javascript file that I would like to share between multiple solutions. I thought I might be able to add a link from the js file and put it into my project but in my aspx code it doesn't seem to find it.
<script src="CoreScripts/Javascripts/SharedScripts.js" type="text/javascript"></script>
BTW this was asked before but it was never answered: How do I share common JS files between multiple solutions?
Also I do not want to compile the javascript file into a dll.