What is the best way to handle my softwares licenses?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-04-22T17:41:13Z Indexed on 2010/04/22 17:43 UTC
Read the original article Hit count: 266

Filed under:
|

By best I mean more time tested, easier to implement and easier for the users to work with. I do not want my licensing crap to interfere with their work.

I was thinking of launching a WCF service that check with my license DB if it's a valid license and if it is, send a True.

If the returned response is False, then shut down the program after telling them to fix their license.

Do you think this is a good way to handle it?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about licensing