visual studio 2008 - Javascript not executing change in VS2008 -
I have an MVC and I am using JS and JQuery.
I have VS2008 using dev server.
I've added some javascript in the JS file "Search Circuit .zs" and run it properly.
Then I made a change and for some reason it was not killing a brakepoint.
So I put a breakpoint on some old code and it broke down but VS, called "SearchControl.js [dynamic]". I brought a new file, which does not have my new code.
Is JS file being cached ?? I tried to shut down VS and tried again the same thing what is happening ??
Malcolm
You can try to rename your JS file SearchControl To compel the browser to bring a new version of the file to something like SearchControl-1.0.js from .js?
Comments
Post a Comment