0 votes

Hi, I'd just like to know if I just have to add the license xml file into my App_Code folder to get the full product authorised or if there's something else I need to do?
Many thanks

by

1 Answer

0 votes

The license is loaded from the run folder of the application (AppDomain.CurrentDomain.BaseDirectory).

In case of ASP.NEt this is the root folder of your web application (the folder with the "web.config" file).

by (297k points)
...