Duplicate

Time bomb needed in asp.net application


I've done developing my app in C#. I need some info of how I can implement 'trial' functionality for my app (I want to let the user use the app for 30 day for example)

link|improve this question
It's not quite a duplicate, because the time-bomb question was relating specifically to coding, whereas Cornel seems open to third party tools. Also, time-bomb included constraints such as 'client has access to code'. – DevinB Apr 9 '09 at 20:49
feedback

closed as not constructive by Will Jan 9 at 1:34

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

Take a look at these tools:

link|improve this answer
k, but what's the best solution? I also need to restrict the user using some functionalities of my app if in trial mode – Cornel Apr 9 '09 at 20:49
feedback

There are a lot of good answer in this question http://stackoverflow.com/questions/564221/time-bomb-needed-in-asp-net-application

link|improve this answer
feedback

There's also the solutions from Xheo, in particular DeployLX.

link|improve this answer
feedback

A specific commercial solution I've used is from Aladdin. They offer a USB dongle or a "software dongle" that allows you to pick and choose what features are enabled/disabled. The USB dongles even come with a battery-operated clock sealed in them so that gaming the system clock doesn't get around your protection.

Some people may say that any system like this can be broken. This is true. However, I've found Aladdin tools can be used to make cracking very difficult. Pair that with improving your protection on subsequent releases and what you get is a product that takes a lot of time and effort (cost) to break.

There's a related discussion on this SO question: Software evaluation licensing.

link|improve this answer
feedback

You can also check LicenseSpot which gives you the ability to control the license via the online license manager with activation, revoking and trial extensions.

link|improve this answer
feedback