working with a asp.net 3.5 solution with various projects. I have a javascript file called MyScript which sits in WebprojectA. What I would like to do is refer to this scriptfile in my WebProjectB? example some code in aspx page in WebProjectB:
//this script sits in WebProjectA:
<script src="../Scripts/Myscript.js" type="text/javascript"></script>