wilcosw
asked on
Auto update web application using a custom service
I would like to know if an ASP.Net web application can be updated with another application/service, in order to get the latest version from a main server. (Almost as click once for windows forms)
I have had a look at other techinques such as ftp dumps, but I dont want to go that route.
I have had a look at other techinques such as ftp dumps, but I dont want to go that route.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Is there any place where I can see such code in working, or at least the basics, as I dont even now where to begin.
Can I make use of a webservice maybe, as all clients would not be happy with a windows service running on their servers ?
Is there any other posibilities ?