Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
3.67/5 (3 votes)
See more:
Hi
i need to implemt Floating license in my application so what is the best way without using Thread part tool,
any idea about it


Thank you
Posted

1 solution

All you need is a service on a server that is accessible to all client machines. This service would access some kind of data storage system that would store information on connected users, and apply limiting rules as to your requirements. Your application would then connect to this service whenever it is opened, and if there is a valid license, it would allow the user to continue.

Hope this helps
 
Share this answer
 
Comments
kailash solanki 1-Jun-11 7:54am    
what you mean service like third party api or web services?
Wayne Gaylard 1-Jun-11 8:32am    
A Windows Communication Service (WCF) would probably be the best bet. This could then be hosted in a variety of different ways on the server i.e IIS, stand alone application, windows service etc.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900