|
|
IIS 6.0 Caching Pages
|
 |
|
I was working on a server upgrade from Windows 2000 to Server 2003 and found
that documents and ASP pages where pulling back cached information once the
server was upgraded. One note to make is that this upgrade was not done from
scratch but was done by just running the upgrade, not my idea to do it this way
might I add.
|
 |
|
 |
|
After hours of searching and working through several articles the solution
was found in Microsoft
Knowledge Base article 319384. As the article states this problem can not
be solved by setting the expires setting in ASP because HTTP compression is
enabled on the web server.
|
 |
|
After we implememented this KB article all of our issues were solved. Of
course it took forever to find this information so I hope that this may help
save some time for you.
|