From: Anthony J Biondo Jr. MCP, CPHIMS on 2 Feb 2010 12:45 Hi Jimmy: You may want to try to defeat the caching manually by adding the following to the META <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> Here is a decent reference on caching http://www.eggheadcafe.com/articles/20060407.asp hope this helps, Anthony Anthony J Biondo Jr - MCP, CPHIMS Manager, Web Services AmeriHealth Mercy Family of Companies Connect with me: http://www.linkedin.com/in/anthonybiondojr http://www.facebook.com/anthonybiondo http://twitter.com/abiondo "Jimmy Thomas" <Jimmy Thomas(a)discussions.microsoft.com> wrote in message news:21ADA168-3D75-4DA1-B2D2-49645D6881D7(a)microsoft.com... > We have a .net application in a load balanced environment using round > robin > per request. And BIGIP/3DNS. The architecture is IIS 6 on windows 2003 > server. Our back end is Oracle. > > we have a .net application which is using state server to store session > information. We are getting some odd issues I am hoping can make heads or > tails of. you have two buttons button A and Button B you click button A > and > button A page loads you then click back to main page and click button B > page > but you get button A page. Your address bar shows button B's page address > but your display shows button A's page. > > At first we thought this was state server but that didn't make much sense > so > moved onto view state but even after modifying the web.config file with > the > following changes <pages enableViewStateMac="false" > and > enableEventValidation=false. We are still having this issue. We are > thinking it is some kind of caching issue but nothing has been proven out > yet > related to that either. >
|
Pages: 1 Prev: default website Next: ASP Classic needs permission to write to eventlog in IIS7 |