I have a c# MVC webapplication running on a IIS server with bundled javascript.
The application runs smoothly, but once a while for some reason a few scripts won't load. Its always Jquery, Jquery UI and JSSOR slide, a few dozen other files don't have this problem, after i modify the files on the server it works again. So it seems to be a caching issue.
It doesn't occur much, but the problem is that it stops working for a random browser/user, but still works for others. The only thing that works so far is modifying those files.
I'm not sure in which area the problem could come from, so i'm unable to provide any relevant code/config. But if needed i could post it here.