Within vs.net I need to set references to both js and vsdoc.js files for jQuery. Things work great if the script files are within the project HOWEVER I really want to reference a standard folder on our server i.e. http://www.domain.com/script/jQuery for the location of these files. On our local workstation we have these files located in http://localhost/script/jQuery
How can I reference both consistent location as well as get the benefits of intellsense and F5 (development server) references working well?
thx