U
Ulf Christenson
Hello!
I have an application written in VB6 (but I plan to migrate to .NET soon).
The licensing system is done in the following way:
The software shows a machine-code. The user gets a ProductKey from us.
The user goes to our webpage and has to insert both the machine-code and
the ProductKey and is then shown an ActivationKey.
In the future I want to make it so that the user can license the
software from within the software without going to the webpage. The
software should build up a connection with an online database and store
the number of activations in there.
The webpage/ functions are done in PHP and MySQL.
Personally I don't like PHP and MySQL because I cannot call it from VB6
without any database drivers being installed (and I don't want to
install them with my application). But ASP pages are expensive. Plus in
Germany I don't find any reliable.
I am in a difficult decision: How should I go on?
Can anybody please tell his opinion?
Thank you very much.
Ulf
I have an application written in VB6 (but I plan to migrate to .NET soon).
The licensing system is done in the following way:
The software shows a machine-code. The user gets a ProductKey from us.
The user goes to our webpage and has to insert both the machine-code and
the ProductKey and is then shown an ActivationKey.
In the future I want to make it so that the user can license the
software from within the software without going to the webpage. The
software should build up a connection with an online database and store
the number of activations in there.
The webpage/ functions are done in PHP and MySQL.
Personally I don't like PHP and MySQL because I cannot call it from VB6
without any database drivers being installed (and I don't want to
install them with my application). But ASP pages are expensive. Plus in
Germany I don't find any reliable.
I am in a difficult decision: How should I go on?
Can anybody please tell his opinion?
Thank you very much.
Ulf