Custom Serial Provider
Posted: Tue Aug 31, 2010 5:31 pm
I have read through this thread viewtopic.php?f=42&t=7630 but the solution they went with really doesn't work for me. They ended up sending emails to their licensing server in order to generate the correct license.
We need to create a system where users can buy subscription licenses to software. We also need custom fields on the form for duration of the subscription and some other things. I need to get this data from the form into my implementation of the SerialProviderBase. My problem is that in my implementation, I cannot access any information about the order. I need to get access to this information so that I can generate the correct license. Also, is there a way to get custom information from the aspx configuration file to the SerialProviderBase? If possible, I would like to use the configuration to set some custom properties on the DigitalGood to be used with the license generation.
Thanks,
John
We need to create a system where users can buy subscription licenses to software. We also need custom fields on the form for duration of the subscription and some other things. I need to get this data from the form into my implementation of the SerialProviderBase. My problem is that in my implementation, I cannot access any information about the order. I need to get access to this information so that I can generate the correct license. Also, is there a way to get custom information from the aspx configuration file to the SerialProviderBase? If possible, I would like to use the configuration to set some custom properties on the DigitalGood to be used with the license generation.
Thanks,
John