Clickonce problem. Hi, I'm deploying a .net app using IIS in a windows server 2003. Everythings works, however, if I havent made any updates for a period of months, the apps on my colleages (around 400 pcs) mashcines doesn't detect the update. Its like the distributed app looses 'connection' even though I do not change URL. Any Idea before I use precious time to dig into ClickOnce troubleshooting. Could the IIS have cashed the information about the previous app - how do I purge this. Please notify me if this is the wrong group to place this question. Jesper.
When you doing some new update for your application in the base catalog in the IIS created the folder with according codebase="Application Files\some_1_0_0_2\some.exe.manifest You need change fit lines in your some.application file. "Jesper, Denmark" wrote: > Clickonce problem. > Hi, I'm deploying a .net app using IIS in a windows server 2003. Everythings > works, however, if I havent made any updates for a period of months, the apps > on my colleages (around 400 pcs) mashcines doesn't detect the update. Its > like the distributed app looses 'connection' even though I do not change URL. > > Any Idea before I use precious time to dig into ClickOnce troubleshooting. > Could the IIS have cashed the information about the previous app - how do I > purge this. > > Please notify me if this is the wrong group to place this question. > > Jesper. > >