Posted 18 June 2018, 12:24 pm EST
Hi,
How can I change my license key dynamically between development and deployment.
from web.config or any other way.
Thanks in advance!!!.
Thanks,
Arulventhan NP
Forums Home / Spread / DataViewsJS
Posted by: arulventhan.palanimuthu on 18 June 2018, 12:24 pm EST
Posted 18 June 2018, 12:24 pm EST
Hi,
How can I change my license key dynamically between development and deployment.
from web.config or any other way.
Thanks in advance!!!.
Thanks,
Arulventhan NP
Posted 19 June 2018, 2:33 am EST
Hello,
You can change the deployment key using:
GC.Spread.Sheets.LicenseKey = “xxx”;
You can embed this in a JS file and add that file dynamically.
Thanks,
Deepak Sharma