Connecting Tech Pros Worldwide Forums | Help | Site Map

C# webform doesn't update immediately

Jason Huang
Guest
 
Posts: n/a
#1: Mar 22 '06
Hi,

I've modified some C# .aspx file, but in the IE6 browser, that .aspx shows
up just as before it was changed.
How do I fix this problem.
Thanks for help.



Jason





Steven Nagy
Guest
 
Posts: n/a
#2: Mar 22 '06

re: C# webform doesn't update immediately


CACHE!!!!!!!!!!!!

Its your cache

Try pressing CTRL+F5 to request a new copy of the URL.
Even if its on your own PC, you can get screwed by cache.

Once, I worked at an organisation. There was NO WAY I could get the
local ORG to request a new file from a site through IE.
I had to use Netscape just to request a latest copy, so that way the
ORG's cache updated with the new copy, then I could see it in IE.
How ghey is that!

So yeah, its your cache, or your local ORG's cache server, or your
ISP's cache, or the target site's data warehouse's cache.

Closed Thread


Similar C# / C Sharp bytes