AppXtender Web.Config Options

Configure optional settings in Web Access web.config

There are several configurable options for AppXtender Web Access which are located in the web.config.     Below is a list of some of the common settings you can modify to enhance the user's experience in the system:


Setting

Description of Setting

AutoLogoutOnClose

Automatically log out from Web Access when you close the browser. Set the value to true to automatically log out when you close the browser window or tab.

RequestFTLicForAutoLogin

Request for Full-Text License when you automatically log in with Windows Authentication.
Set the value to true to request Full-Text Search Support.

ImportPDFAsSinglePage

Import PDF (non-image-based) as multipage document or single page document. Set the value to false to import multipage PDF documents as multipage documents or set the value to true to import multipage PDF documents as a single page document.

SYSOPRemoteLogin

Allow SYSOP user log in to Web Access remotely. Set the value to true to allow SYSOP user to log in to Web Access remotely.

MaxQueryResults

MaxDocIndexes

Maximum number of document indexes retrieved per document.

AutoFTIndexNewDoc 

Automatically submit new document for full-text indexing.

UDLFieldRefreshRate

The UDLFieldRefreshRate key controls how often ApplicationXtender Web Access .NET will update the the UDL Field definitions within it's internal cache.  A value of "0" indicates that UDL fields will be not refreshed for the lifetime of the application without an IISRESET.  Any value greater than 0 indicates how often the fields will be refreshed in minutes. A value of 1 indicates once a minute, and so on.

MaxVisibleUDLItems

The maximum number how many UDL items can be displayed in User-Defined List dropdown list on client side.



If you wish to change these, please do so in the off hours when users are not in the system and make sure to backup the web.config (located by default at c:\inetpub\wwwroot\appxtender).    Open the web.config in Notepad and search for the Setting in the above table you wish to modify.    Make the change as needed for your environment and save.     If the value is commented out, as in the below example, you will also need to uncomment the value and save:
Commented:
<!--<add key="MaxQueryResults" value="1000" />-->
Uncommented:
<add key="MaxQueryResults" value="1000" />

Please perform an IISRESET when the changes are complete to put into effect.  If you have any questions, please contact us at support@revolutiondatasystems.com for assistance.


    • Related Articles

    • Modifying User Settings in AppXtender Web

      Changing User Settings To change the user's User Settings in ApplicationXtender Administrator:   1.  Go to Application Management 2. Expand the data source by clicking on it 3. Choose Web Access User Settings 3. Click the X next to Default user ...
    • Enable remote access ApplicationXtender for SYSOP in Web Access

      The ability to log in to Web Access on machines other than the server as the default ApplicationXtender administrative account (SYSOP) user is disabled by default in Web Access. To enable remote login as SYSOP please perform the following steps ...
    • AppXtender Document Manager - Create Settings File

      Creating an .axs settings file allows you to configure Document Manager for access without having to set up Data Source Selector. Here are the steps to generate and load this file: 1. Log into Document Manager on any working client machine as any ...
    • Keyboard Shortcuts available in AppXtender Web Access

      Here is a list of the available Keyboard Shortcuts in AppXtender Web Access: Open shortcut help ? Print ctrl + alt + p Previous Document alt + p Next Document alt + n Next Page alt + pagedown Previous Page alt + pageup Next Page Version alt + ⇧ + ...
    • Max Request Length Exceeded error received AppXtender Web Access

      You will get this error when uploading or scanning in Web Access. Solution Details The Appxtender Web Access default file size allowed is 10 MB. However, this can be changed by editing the setting in the web.config file as follows. This should be ...