How to license my product
-
I have a simple desktop application called Hello World which i want to license. My requirement is that this application should install on one machine with a key but the key will not work for another machine. This is how i will stop illegal copies of software. Also on the 'legal' machine i will want to expire key say after 30 days like most trial software. How should i achieve this. I am already working on this solution but looking for better ideas. No third party components - only .NET stuff...All ideas are welcome...
J A Nasir K
-
I have a simple desktop application called Hello World which i want to license. My requirement is that this application should install on one machine with a key but the key will not work for another machine. This is how i will stop illegal copies of software. Also on the 'legal' machine i will want to expire key say after 30 days like most trial software. How should i achieve this. I am already working on this solution but looking for better ideas. No third party components - only .NET stuff...All ideas are welcome...
J A Nasir K
-
You can use following package to make your software license. http://www.oreans.com/winlicense.php[^] Hope this will help!
Jinal Desai - LIVE
u r posting me the 3rd party... i need pure dotnet brother...
J A Nasir K
-
u r posting me the 3rd party... i need pure dotnet brother...
J A Nasir K
I think for licensing .NET product whether it is Windows Application or Web Application, there is only one way that is using third party tools. .NET is not providing any functionality to license it's products. You can also refer following tool. http://www.devzest.com/DotNetLicensing.aspx?Show=Overview[^] It is again paid.
Jinal Desai - LIVE
-
u r posting me the 3rd party... i need pure dotnet brother...
J A Nasir K
You can build your own licensing system, but believe me: It will save you a LOT of time if you find a readymade solution you can use. Even if some solutions are expensive, it's still nothing compared to the time you are going to save... Take it from me. I did it the hard way myself... :-)