Licensing an ASP.NET application
- From: "Anders Bergkvist" <anders@xxxxxxxxxxxx>
- Date: Sat, 2 Jun 2007 19:55:07 +0200
Hi all, I'm about to built in a simple license handler in my ASP.NET
application:
1. I want to specify the licensekey in my web.config:
<mySectionGroup>
<myCustomConfig licenseKey="licensekey here, hashed?">
<newsProviders defaultProvider="MySQLNewsProvider">
<providers>
<add name="MySQLnewsProvider" type="MySQLNewsProvider"/>
</providers>
</newsProviders>
...
2. The licensekey is somehow a hash from the hostname (the customer are able
to type there domainname to buy and generate the licensekey)
3. Inside my code i will decrypt the licensekey and compare it with the
domainname to check credentials.
How would you make the approach?
Thank's in advance!
.
- Prev by Date: Admin & user Sections .. how authentication then ????!!!!
- Next by Date: Re: filling iframe with web page
- Previous by thread: Admin & user Sections .. how authentication then ????!!!!
- Next by thread: New to .NET ASP, need to start a project using .NET ASP, do I have to buy any Software to install, how can I start?
- Index(es):
Relevant Pages
|