Hi everyone!
I am developing some extension for a client and my client is not happy
having to clear their cache to get the latest version of the deployed
extension. Do anyone of you know if there is a way to not cache the
javascript that is in the Editor extension?
What I have tried:
http://hungred.com/how-to/tutorial-stop-caching-jquery-javascript/ - I
have tried the random url and meta tags in aspx and it doesnt help. My
aspx is successfully not cached though.
http://www.iis.net/ConfigReference/system.webServer/caching?showTreeNavigation=true
- I have tried adding setting output caching to none on the virtual
folder of the Editor extension in IIS. This did not help... I also
tried adding:
<system.webServer>
<caching enabled="false" enableKernelCache="false" />
</system.webServer>
to my web.config (of the extension) without success.
After having tried web.config stuff in the local web.config I also
tried it in the config for the whole Tridion site. Adding a output
caching rule for .aspx with no caching resulted in my Editor extension
not being able to communicate with the Model extension.
Best Regards
Andreas Vestlund