Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I am working on ASP.NET 1.1 project.In project I am using JavaScript.When I am trying to add some new functionality in any JavaScript file,Its it not being recognized by browser(Tested on IE 6.0 and IE 7.0) on some systems.

However to overcome this problem I have renamed the JavaScript file name and it works,but doing it for large number of files used on production is a risky.

If anyone has any idea,I request you to share with us.

Many Thanks in advance.


Anuranjan Srivastav.
Posted
Updated 16-Apr-11 9:31am
v3
Comments
Albin Abel 16-Apr-11 2:25am    
Try after clearing your cache

1 solution

It can be a caching issue. You can confirm this by hitting Ctrl+F5 on the browser and see if the changes are reflected or not. If Ctrl+F5 works, you need to check if you have enabled JavaScript caching for your application.
 
Share this answer
 
Comments
Jeffrey Enzo 16-Apr-11 3:20am    
It also may help, to delete your browser cache

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900