cache problem
-
hi, i'm using XmlDocument.Load(strURL) in my application. when i upload a new version of the file at strURL on my webserver and load that document again in my windows-app via XmlDocument.Load() i still get the old version of the file. when i open my browser, input the url and type reload, my application gets the new version afterwards. so somewhere in between the old version of the file is cached, but i really want XmlDocument.Load() to connect to the server and get the latest version of the file (what my browser does, when i choose "reload"). any suggestions? does this have something to do with the proxy-server in my company here? or is it a behaviour of my windows-system, which can be turned off (by any programmer, for instance me)? ;) :wq
-
hi, i'm using XmlDocument.Load(strURL) in my application. when i upload a new version of the file at strURL on my webserver and load that document again in my windows-app via XmlDocument.Load() i still get the old version of the file. when i open my browser, input the url and type reload, my application gets the new version afterwards. so somewhere in between the old version of the file is cached, but i really want XmlDocument.Load() to connect to the server and get the latest version of the file (what my browser does, when i choose "reload"). any suggestions? does this have something to do with the proxy-server in my company here? or is it a behaviour of my windows-system, which can be turned off (by any programmer, for instance me)? ;) :wq
i seem to remember seing something today about caching in .NET is 'powerful', maybe you need to weaken it :-D ;P
:suss: Email: theeclypse@hotmail.com URL: http://www.onyeyiri.co.uk
:suss:"All programmers are playwrights and all computers are lousy actors."