Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.21
User Web Config File

User Web Config file contains the unlock keys to be used with the Unlock method to unlock support for an optional feature, such as LEADTOOLS Document/Medical capabilities, these keys are arranged as key-value pairs inside the <appSettings> xml tag.

For more information about LEADTOOLS Document/Medical capabilities, contact LEAD

Also LEADTOOLS supports the ability to use caching by providing a cache folder and user name, domain name, and password in the case of web page has no access controls.

The User config file contains these impersonation and cache folder name to be used in in the impersonation operation, the following is a description for these key-value pairs.

Key Description
CacheFolder The full Cache Folder path to be used in the caching process, this folder must be exist.
ImpersonationDomain

String that specifies the name of the domain or server whose account database contains the ImpersonationUserName account.

ImpersonationUserName

String that specifies the user name.

This is the name of the user account to log on to.

ImpersonationPassword

String that specifies the clear-text password for the user account specified by ImpersonationUserName.