Is there any way to diable the caching of a single javascript file in my ASP.NET applicaiton without disabling the caching of any other files in the application?
It
You can disable output caching on folder level by removing an extension on folder level by including a web.config in that folder like this
now this folder will not have output caching enabled for files ending with .js