How to implement a licence key module?

  • Thread starter Thread starter NH
  • Start date Start date
N

NH

Hi,

I am building an asp.net 2.0 (vb.net) application for a client. One thing I
am not sure on how to implement is some way of building a licence key module
into it. i.e. The client must get a new licence key from me yearly in order
to keep using the application.

I have no idea on the best way to approach this. How can it be done ?

How can I prevent the application from working without a valid licence key
of somesort?

Thanks
N
 
Hello NH,

is it smart client application or just the aps.net site?
what type of licensing do u need? have a key to use application or subscription
for the online resource?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


N> Hi,
N>
N> I am building an asp.net 2.0 (vb.net) application for a client. One
N> thing I am not sure on how to implement is some way of building a
N> licence key module into it. i.e. The client must get a new licence
N> key from me yearly in order to keep using the application.
N>
N> I have no idea on the best way to approach this. How can it be done ?
N>
N> How can I prevent the application from working without a valid
N> licence key of somesort?
N>
N> Thanks
N>
 
Back
Top