You must Sign In to post a response.
  • Category: ASP.NET

    Implement Licensing in web application

    Hello.
    I have one small web application with Login and Dashboard page.
    I want to implement licensing for it.
    I event dont know what I need to ask here. I just have requirement that, implement licensing.
    Please give me direction or solution.
  • #768866
    Hi,

    Have you Google the same question, if you google it then you may found no of solutions for the same.

    Here is the few of those, please walk through the below links and understand what is what.

    msdn.microsoft.com/en-us/library/aa479017.aspx
    codeproject.com/Articles/599509/How-To-Component-Licensing-in-NET

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #768868
    Hai Pranjal,
    To implement Licencing feature to the web application, you need to create an additional page or partial page which will have the details of license once the user try to access the other application pages. First it should check in the license page and if its valid, then only go and open the requested page.
    To create the license key, you can use the Random key like GUID and do some manipulations. You can get some work around from the below link:

    http://stackoverflow.com/questions/453030/how-can-i-create-a-product-key-for-my-c-sharp-application

    Hope it will be helpful to you.

    Regards,
    Pawan Awasthi(DNS MVM)
    +91 8123489140 (whatsApp), +60 14365 1476(Malaysia)
    pawansoftit@gmail.com


  • Sign In to post your comments