Ask a Question related to ASP.NET Security, Design and Development.
-
rasta #1
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
-
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... -
Licensing
Hi ! I want to create a licensed component. I use the LicFileLicenseProvider class as parameter of the LicenseProvider attribute. Finaly I use... -
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... -
Licensing question
thanks for clearing that up! CPUs. ----- ----- news:052501c3481f$aa5f3c60$a401280a@phx.gbl... -
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... -
Telmo Sampaio #2
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
-
rasta #3
Re: app lease/licensing
thnak you telmo.
regards,
r
"Telmo Sampaio" <telmo_sampaio@hotmail.com> wrote in message
news:udU2ZCYXEHA.4000@TK2MSFTNGP09.phx.gbl...will> You can use the Licensing Model in the .NET Framework. Most likely you[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp[/url]> have to create your own classes for providing better security.
> You can start here:
>page>
> 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>> > or even directly from the vb app?
> >
> > thank you.
> >
> >
> >
>
rasta Guest
-
M. Zeeshan Mustafa #4
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...[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp[/url]> thnak you telmo.
>
> regards,
>
> r
>
> "Telmo Sampaio" <telmo_sampaio@hotmail.com> wrote in message
> news:udU2ZCYXEHA.4000@TK2MSFTNGP09.phx.gbl...> will> > You can use the Licensing Model in the .NET Framework. Most likely you>> > have to create your own classes for providing better security.
> > You can start here:
> >> page> >
> > 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>> >> > > or even directly from the vb app?
> > >
> > > thank you.
> > >
> > >
> > >
> >
>
M. Zeeshan Mustafa Guest
-
rasta #5
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...[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconlicensingcomponentscontrols.asp[/url]> 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...> > will> > > You can use the Licensing Model in the .NET Framework. Most likely you> >> > > have to create your own classes for providing better security.
> > > You can start here:
> > >web> > >
> > > 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>> > page> >> > > > or even directly from the vb app?
> > > >
> > > > thank you.
> > > >
> > > >
> > > >
> > >
> > >
> >
>
rasta Guest



Reply With Quote

