hello, i'm using VS2005 and i load and external js file which recently became unresponsive to code changes. i moved the file out of the folder it was in and still all my functions are commited as if the file is still there. what's more wierd is that the asp.net tells me the file is missing but when i run the application everything is working. have u ever had this problem? what can i do? the file is a js file i added with "add existing files". the line of code i use to call it is in the aspx page and it's the following : <script type="text/javascript" src="Scripts/Modal.js" ></script> the asp.net highlights the path : Scripts/Modal.js indicating the file isn't there. still when i run the application i have all of my functions working. the reason i removed the file is to see if it has any effect on the application. my goal is to change the code in the js file but i can't do it if the application is unresponsive to my changes.