License for my web application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maliksleo
    New Member
    • Feb 2009
    • 115

    License for my web application

    Hi
    i designed a web application and now i want to design licensing mechanism for my application. But how i can do it? i am not getting any clue if any body help me in this i will be greatfull

    thanks
    maliksleo
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    What's involved in "licesnsing " your application?

    Comment

    • maliksleo
      New Member
      • Feb 2009
      • 115

      #3
      Originally posted by Frinavale
      What's involved in "licesnsing " your application?
      Actually i am going to sell it to some one and i dont want him to sell it to others. So i want this licensing only to prevent it. Please help.

      thanks
      maliksleo

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Is your website driven by a database?

        Comment

        • maliksleo
          New Member
          • Feb 2009
          • 115

          #5
          Originally posted by Frinavale
          Is your website driven by a database?
          yes ofcourse database is involved in it. I am using MS SQL for it.

          thanks
          maliksleo

          Comment

          • Frinavale
            Recognized Expert Expert
            • Oct 2006
            • 9749

            #6
            I've never really done this myself but you could add an entry into the database that indicates whether or not the product has been registered. This will only work if the end user doesn't have access to the database. When the application runs, check the database for registration.

            You could also use the registry or other application settings.
            Or even create a webservice that the application would have to check against.

            -Frinny

            Comment

            Working...