+ 1
Creating a license key for your software...
How can I create a licensing key for my software in Visual Studio? Since most of the projects I worked was SaaS, I never searched for it. Any help would be very appreciated :)
5 Respuestas
+ 3
Keep in mind, a dedicated person will crack your licensing, so no point in licensing your apps unless they are really big and important to you, to the point where you can lose money.
+ 1
Good point. Always keep the effort/benefit ratio in mind. :D
0
That's nothing Visual Studio solves. A licence key is a authorization (usually time discrete) for an single (sometimes limited number of) installation (or even runtime) instance. So it is a function from evironment to bool. How to implement this is your problem. You can create unique setups (compile them for their each download with a unique identifier), or use special environment keys (like hardware serial numbers), or ... It's up to you.
0
Thanks for your contribution :)
0
Thanks for your contribution :)
And yes, I really need to do it, or I will lost money :)