Licencing Problem urgent
-
I have an application in C# which should be installed on 10 machines.. I would like a way to make sure that they do not install on more than that. I would like to give them a way to activate each terminal. Since all terminals will be sharing a DataBase ,maybe we can have a verification process that asks them to input an activation code.Can any one help me regarding this?
-
I have an application in C# which should be installed on 10 machines.. I would like a way to make sure that they do not install on more than that. I would like to give them a way to activate each terminal. Since all terminals will be sharing a DataBase ,maybe we can have a verification process that asks them to input an activation code.Can any one help me regarding this?
If you don't mind spending the money you can use www.copyminder.com but if I were you I would request the names of the 10 computers and their IP Addresses that the application will be running on this way you can check if a computer is one of these 10 and if so allow the application to run otherwise not. I know it's messy and probably not the best idea, but it will work.
Freedom is the right to say that 2+2=5 if this is so everything else will follow.