hanshimmler
Joined: 14 Apr 2013 Posts: 5
|
Posted: Sun Dec 15, 2013 5:16 pm Post subject: generating licensekey programmatically on remote server |
|
|
HI,
I want to allow the user of my app (webapp (asp.net) hosted on a remote server using IIS to generate a license key.
I use your authentification webservice on the mentioned server to validate the license keys. The webservice is confiured to use a standallone db (access)
So far I created the license keys via licensetracker on my local computer and used 'Authentication-> configure server' in license tracker to update the server standallone db with newly created license keys.
As mentioned above now I want to have an automated way of creating the license keys.
I used the sample code from the cmdlinekeygenerator directory and that code works fine as long as I use a licensetracker db (.eg. on my local system).
On the server there is no license tracker db, on the remote server there only exists a standallone db.
Therefore all keys generated on the remote server fail when I try to validated them. I assume this is due to the fact that the standallone db does not really store license keys.
To get the key generation to work, I copied my full license tracker db to the remote server and have the authentication webservice access this db instead of a standallone db. This works, but now the full license tracker db (including the passwords for my products) resides on the remote server, and I want to avoid that.
Here my question: Is it at all possible to generate (and store) license keys generated on the remote server using a standallone db or do I really NEED TO use a full blown license tracker db on the remote srever to achieve my goal.
Hope one can help !
Best regards
Hans-Juergen |
|