4
Answers

How to add javascript file link in aspx page?

Naveen Bisht

Naveen Bisht

7y
306
1
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 
Answers (4)