My newest task is going to be to implement automatic update of a licence:
The program detects that the licence is expired or about to expire and offers the user to automatically upate this. So far so good. Now what is needed:
- The program sends the user's credentials to a win 2008 server over the internet.
- The server checks the credentials and if they are OK generates a licence file that is sent back.
How to implement these steps? I consider using WCF, with which I have some experience.