Hi i want know on which way i can add my javascript file in aspx page so if i update js file i need not clear the cache every time.
i use <script src="myscripts.js"></script> but if changes in myscript.js and deploy in iis every time i need to clear casche.
Kinldy suggest a way so i need not to clear cache every time