Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default app lease/licensing

    does vb.net allow for locking the vb app?
    i.e., similar to leasing the sw where the user has to contact the developer
    on fixed intervals for a licensing code to unlock the software?

    also is there a dll for web sites to release the license code via web page
    or even directly from the vb app?

    thank you.



    rasta Guest

  2. Similar Questions and Discussions

    1. Licensing Issues.
      I was wondering if someone could explain how a license is assigned to a particular machine? My reason for asking is that we have a large number of...
    2. Licensing
      Hi ! I want to create a licensed component. I use the LicFileLicenseProvider class as parameter of the LicenseProvider attribute. Finaly I use...
    3. Licensing Question.
      Here is the story. We have a Windows 2003 server running MS SQL on it. We created a program in-house to do some internal order tracking. This...
    4. Licensing question
      thanks for clearing that up! CPUs. ----- ----- news:052501c3481f$aa5f3c60$a401280a@phx.gbl...
    5. Licensing questions
      This is confusing. I have 30 users that use a database on a server that also authenticates their username and password (all over a WAN). 23 of...
  3. #2

    Default Re: app lease/licensing

    You can use the Licensing Model in the .NET Framework. Most likely you will
    have to create your own classes for providing better security.
    You can start here:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp[/url]

    Telmo Sampaio
    [email]tsampaio@gmail.com[/email]


    "rasta" <rsaroyan@hotmail.com> wrote in message
    news:usCdHk1WEHA.384@TK2MSFTNGP10.phx.gbl...
    > does vb.net allow for locking the vb app?
    > i.e., similar to leasing the sw where the user has to contact the
    > developer
    > on fixed intervals for a licensing code to unlock the software?
    >
    > also is there a dll for web sites to release the license code via web page
    > or even directly from the vb app?
    >
    > thank you.
    >
    >
    >

    Telmo Sampaio Guest

  4. #3

    Default Re: app lease/licensing

    thnak you telmo.

    regards,

    r

    "Telmo Sampaio" <telmo_sampaio@hotmail.com> wrote in message
    news:udU2ZCYXEHA.4000@TK2MSFTNGP09.phx.gbl...
    > You can use the Licensing Model in the .NET Framework. Most likely you
    will
    > have to create your own classes for providing better security.
    > You can start here:
    >
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp[/url]
    >
    > Telmo Sampaio
    > [email]tsampaio@gmail.com[/email]
    >
    >
    > "rasta" <rsaroyan@hotmail.com> wrote in message
    > news:usCdHk1WEHA.384@TK2MSFTNGP10.phx.gbl...
    > > does vb.net allow for locking the vb app?
    > > i.e., similar to leasing the sw where the user has to contact the
    > > developer
    > > on fixed intervals for a licensing code to unlock the software?
    > >
    > > also is there a dll for web sites to release the license code via web
    page
    > > or even directly from the vb app?
    > >
    > > thank you.
    > >
    > >
    > >
    >
    >

    rasta Guest

  5. #4

    Default Re: app lease/licensing

    If you want to build your own here is a great example:

    [url]http://www.codeproject.com/dotnet/xmldsiglic.asp[/url]

    --
    Hope this helps,
    Zeeshan Mustafa, MCSD


    "rasta" <rsaroyan@hotmail.com> wrote in message
    news:%234PGzGZXEHA.4092@TK2MSFTNGP11.phx.gbl...
    > thnak you telmo.
    >
    > regards,
    >
    > r
    >
    > "Telmo Sampaio" <telmo_sampaio@hotmail.com> wrote in message
    > news:udU2ZCYXEHA.4000@TK2MSFTNGP09.phx.gbl...
    > > You can use the Licensing Model in the .NET Framework. Most likely you
    > will
    > > have to create your own classes for providing better security.
    > > You can start here:
    > >
    >
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp[/url]
    > >
    > > Telmo Sampaio
    > > [email]tsampaio@gmail.com[/email]
    > >
    > >
    > > "rasta" <rsaroyan@hotmail.com> wrote in message
    > > news:usCdHk1WEHA.384@TK2MSFTNGP10.phx.gbl...
    > > > does vb.net allow for locking the vb app?
    > > > i.e., similar to leasing the sw where the user has to contact the
    > > > developer
    > > > on fixed intervals for a licensing code to unlock the software?
    > > >
    > > > also is there a dll for web sites to release the license code via web
    > page
    > > > or even directly from the vb app?
    > > >
    > > > thank you.
    > > >
    > > >
    > > >
    > >
    > >
    >
    >

    M. Zeeshan Mustafa Guest

  6. #5

    Default Re: app lease/licensing

    thnak you zeeshan


    "M. Zeeshan Mustafa" <zeeshan@no-spm.please.zeeshan.net> wrote in message
    news:%234c6ZmqXEHA.212@TK2MSFTNGP12.phx.gbl...
    > If you want to build your own here is a great example:
    >
    > [url]http://www.codeproject.com/dotnet/xmldsiglic.asp[/url]
    >
    > --
    > Hope this helps,
    > Zeeshan Mustafa, MCSD
    >
    >
    > "rasta" <rsaroyan@hotmail.com> wrote in message
    > news:%234PGzGZXEHA.4092@TK2MSFTNGP11.phx.gbl...
    > > thnak you telmo.
    > >
    > > regards,
    > >
    > > r
    > >
    > > "Telmo Sampaio" <telmo_sampaio@hotmail.com> wrote in message
    > > news:udU2ZCYXEHA.4000@TK2MSFTNGP09.phx.gbl...
    > > > You can use the Licensing Model in the .NET Framework. Most likely you
    > > will
    > > > have to create your own classes for providing better security.
    > > > You can start here:
    > > >
    > >
    >
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp[/url]
    > > >
    > > > Telmo Sampaio
    > > > [email]tsampaio@gmail.com[/email]
    > > >
    > > >
    > > > "rasta" <rsaroyan@hotmail.com> wrote in message
    > > > news:usCdHk1WEHA.384@TK2MSFTNGP10.phx.gbl...
    > > > > does vb.net allow for locking the vb app?
    > > > > i.e., similar to leasing the sw where the user has to contact the
    > > > > developer
    > > > > on fixed intervals for a licensing code to unlock the software?
    > > > >
    > > > > also is there a dll for web sites to release the license code via
    web
    > > page
    > > > > or even directly from the vb app?
    > > > >
    > > > > thank you.
    > > > >
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    rasta Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139