Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Code for creating trial version of software created in VB.Net 2005? [modified]

Code for creating trial version of software created in VB.Net 2005? [modified]

Scheduled Pinned Locked Moved ASP.NET
csharpdatabasesql-serversysadmin
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MohanMbnr
    wrote on last edited by
    #1

    I have created a windows application in VB.Net 2005 using SQL SERVER as backend. Now before delivering its setup to client I have to create its trial version of 30 days and 60 days. How to do this ? Also my setup should be installed only on one computer. I mean my setup copy should be used for one time only. I know how to deploy the project i.e. I can create a simple setup of my project.

    modified on Monday, September 27, 2010 2:42 AM

    S N 2 Replies Last reply
    0
    • M MohanMbnr

      I have created a windows application in VB.Net 2005 using SQL SERVER as backend. Now before delivering its setup to client I have to create its trial version of 30 days and 60 days. How to do this ? Also my setup should be installed only on one computer. I mean my setup copy should be used for one time only. I know how to deploy the project i.e. I can create a simple setup of my project.

      modified on Monday, September 27, 2010 2:42 AM

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #2

      Well, first of all you are talking of a windows application and not a web application. We got that, no issues. What you are trying is a Licensing kinda feature. There are different ways to achieve: 1) encrypted license files that contains the expiry dates etc. 2) encrypted license keys held in the registry 3) challenge/response mechanism which require an internet connection 4) probably others....... Try: License Key Generation[^] or: How can I create a Product Key for my C# App[^] or: c# Licensing[^] Also, Cryptography 101 for the .NET Framework[^]

      MohanMbnr wrote:

      I mean my setup copy should be used for one time only.

      This part is little tricky. Probably there can be other ways for this, to me one thing looks good is something like, completing the registration online on your site. This would give you power to activate the application completely only once.

      1 Reply Last reply
      0
      • M MohanMbnr

        I have created a windows application in VB.Net 2005 using SQL SERVER as backend. Now before delivering its setup to client I have to create its trial version of 30 days and 60 days. How to do this ? Also my setup should be installed only on one computer. I mean my setup copy should be used for one time only. I know how to deploy the project i.e. I can create a simple setup of my project.

        modified on Monday, September 27, 2010 2:42 AM

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        MohanMbnr wrote:

        I have created a windows application in ASP.Net

        You can't create a Windows app in ASP.NET. ASP.NET is a technology for producing web applications, it is not a language. Please understand the tools, technology and terms, and use them appropriately when posting a question. You will get better results.


        I know the language. I've read a book. - _Madmatt

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups