I am currently developing and running my site from Visual Studio 2010. The site is launched in Google Chrome upon compiling.
Somewhere along the way, things are being cached. I can make a change to a javascript function, but unless i clear the cache in chrome, the old version of the script is being run.
I am running Visual Studio 2010 with .net 3.5 and the latest version of Google Chrome.
Is it possible to automatically load the latest script every time? I really don't want to add a ?parameter onto my script tag each time I save and compile. It's getting old having to clear the cache each time.
Thanks!
