How is this usually implemented in a program ?

Do you use a web service or just a normal asp or html connection and not
display the page ?

I know nothing, but the way I see it is you :

(a) Go somewhere
(b) Authenticate somehow
(c) Get a reply giving new version and address of update
(d) Download the update and install

Re: Check For Updates by Michael

Michael
Wed Mar 12 17:42:14 CDT 2008

Hello Ian,

Look at Update Application Block http://msdn2.microsoft.com/en-us/library/ms978574.aspx

usually it's webservice.
But I wonder what are u trying to update in your asp.net application?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


IS> How is this usually implemented in a program ?
IS>
IS> Do you use a web service or just a normal asp or html connection and
IS> not display the page ?
IS>
IS> I know nothing, but the way I see it is you :
IS>
IS> (a) Go somewhere
IS> (b) Authenticate somehow
IS> (c) Get a reply giving new version and address of update
IS> (d) Download the update and install