web.config file.
These configuration keys apply to FlexiCapture 12 Release 2 Update 8 and later.
Edit the web.config file
1
Open the file in a text editor
Each Web Station has its own
web.config file in <IIS Root Directory>\FlexiCapture12\<Station Name>, where <Station Name> is the name of the Web Station.| Web Station | Default folder |
|---|---|
| Web Login Page | C:\inetpub\wwwroot\FlexiCapture12\Login |
| Web Verification Station | C:\inetpub\wwwroot\FlexiCapture12\Verification |
| Web Scanning Station | C:\inetpub\wwwroot\FlexiCapture12\Scanning |
| Administration and Monitoring Console | C:\inetpub\wwwroot\FlexiCapture12\Monitoring |
| Web Capture Station | C:\inetpub\wwwroot\FlexiCapture12\Capture |
2
Add or modify the keys
In the
<appSettings> section, add or modify the keys you need. The order of the keys does not matter.Web Login Page keys
| Key | Default value | Description |
|---|---|---|
<add key="webpages:Version" value="2.0.0.0" /> | 2.0.0.0 | ASP.NET service key. Do not modify or delete this key. |
<add key="webpages:Enabled" value="false" /> | false | ASP.NET service key. Do not modify or delete this key. |
<add key="ScanningStationNewUrl" value="Scanning/" /> | Scanning/ | This key is used for the HTML5 version of the station. This key redirects the user from the Web Login Page to the Web Scanning Station. Do not modify or delete this key. |
<add key="MonitoringStationUrl" value="Monitoring/" /> | Monitoring/ | This key redirects the user from the Web Login Page to the Administration and Monitoring Console page. Do not modify or delete this key. |
<add key="NoDatabaseUrl" value="Monitoring/winauth/Main/DBConnection" /> | Monitoring/winauth/Main/DBConnection | This key redirects the user from the Web Login Page to the Administration and Monitoring Console page, where the user can create a new database or connect to an existing database. Do not modify or delete this key. |
<add key="WebCaptureStationNewUrl" value="Capture/" /> | Capture/ | This key is used for the HTML5 version of the station. This key redirects the user from the Web Login Page to the Web Capture Station. Do not modify or delete this key. |
<add key="ApplicationServer" value="localhost" /> | localhost | Specifies the address of the Application Server. Specify localhost if the station and the Application Server are located on the same computer. Do not modify or delete this key. |
<add key="ScanningStationNewUrlWin" value="Scanning/WinAuth/" /> | Scanning/WinAuth/ | This key is used for the HTML5 version of the station. This key redirects the user from the Web Login Page to the Web Scanning Station. This key works only if Windows authentication is used to log in. |
<add key="VerificationStationNewUrlWin" value="Verification/WinAuth/" /> | Verification/WinAuth/ | This key is used for the HTML5 version of the station. This key redirects the user from the Web Login Page to the Web Verification Station. This key works only if Windows authentication is used to log in. |
<add key="MonitoringStationUrlWin" value="Monitoring/WinAuth/" /> | Monitoring/WinAuth/ | This key redirects the user from the Web Login Page to the Administration and Monitoring Console page. This key works only if Windows authentication is used to log in. |
<add key="WebCaptureStationNewUrlWin" value="Capture/WinAuth/" /> | Capture/WinAuth/ | This key is used for the HTML5 version of the station. This key redirects the user from the Web Login Page to the web Document Capture Station. This key works only if Windows authentication is used to log in. |
<add key="ScanStationFCLauncherUrl" value="Downloads/ScanStationInstall/ ScanStationFCLauncher.application" /> | Downloads/ScanStationInstall/ScanStationFCLauncher.application | Specifies the path to the folder storing the downloaded and installed Web Scanning Station file. |
<add key="CookieTimeout" value="1200" /> | 1200 | Specifies how long cookie files should be stored (in seconds). |
<add key="UseClientCertificate" value="false" /> | false | Sends the client certificate specified in the ClientCertificateThumbprint key to the Application Server (in background mode). true – The certificate will be sent to the Application Server. false – No certificate will be sent to the Application Server. |
<add key="VerificationStationNewUrl" value="Verification/" /> | Verification/ | This key is used for the HTML5 version of the station. This key redirects the user from the Web Login Page to the Web Verification Station. |
<add key="ClientCertificateThumbprint" value="Certificate Thumbprint" /> | CertificateThumbprint | Specifies the value of the Certificate Thumbprint property. |
Web Verification Station keys
| Key | Default value | Description |
|---|---|---|
<add key="webpages:Version" value="2.0.0.0" /> | 2.0.0.0 | ASP.NET service key. Do not modify or delete this key. |
<add key="webpages:Enabled" value="false" /> | false | ASP.NET service key. Do not modify or delete this key. |
<add key="aspnet:MaxJsonDeserializerMembers" value="150000" /> | 150000 | This is a service key. This key determines the maximum number of members that can be restored using JavaScriptSerializer. Do not modify or delete this key. |
<add key="ApplicationServer" value="localhost" /> | localhost | Specifies the address of the Application Server. Specify localhost if the station and the Application Server are located on the same computer. Do not modify or delete this key. |
<add key="SessionRefreshInterval" value="60000" /> | 60000 | Specifies how often a session should be refreshed (in milliseconds). Sessions must be refreshed in order to keep them and their licenses active. |
<add key="SessionInactiveLifetimeInMinutes" value="120" /> | 120 | Specifies the lifetime of a session (in minutes). If the user is inactive for a period that is longer than the specified lifetime, the session will be terminated and the task will be returned to the queue. |
<add key="LoadColorPicturesByDefault" value="false" /> | false | This key is responsible for the color scheme in the central portion of the page. true – The central portion is in color and there is no flag icon in the center menu. false – The central portion is in black-and-white and there is a flag icon in the center menu. |
<add key="ReturnToQueuesAfterTaskClose" value="false" /> | false | Specifies whether tasks will be taken from the queue manually or automatically. true – Tasks will not be taken from the queue automatically. When closing the current task, the user will be redirected to the page where the next task can be chosen. false – Tasks will be taken from the queue automatically. When the user closes the current task, the next task will be taken from the queue automatically. |
<add key="RuleCheckTimeoutInSeconds" value="3000" /> | 3000 | Sets the timeout for checking rules (in seconds). After the specified time period expires, the task will be canceled and returned into the queue. Any changes made by the operator will be lost. |
<add key="LoginStationUrl" value="./Login" /> | ./Login | Specifies the path to be used for logging in to the station. You can use this key to customize the URL or specify the address of your proxy server. |
<add key="UseAuthenticationTicket" value="true" /> | true | Specifies whether the operator can access the Web Verification Station from the Login page. true – The operator can access the Web Verification Station without using Windows authentication. false – Windows authentication will be required in order to access the Web Verification Station. |
<add key="ShowSuggestsOnTyping" value="true" /> | true | Specifies whether suggestions will be shown to the operator when typing text in fields. true – When the operator starts typing text in a field, possible values for that field will be displayed. false – No possible values will be displayed. |
<add key="CloneSuggestsForNewInstance" value="true" /> | true | Specifies whether suggestions will be shown for a field in a group of fields. When the user creates a new group inside a repeating group, a list of possible values can be shown for the fields with predefined values. true – Possible values will be displayed. false – No possible values will be displayed. |
<add key="MinimizeInstanceMenu" value="true" /> | true | Changes the appearance of the repeating groups/fields menu on the data form. true – The menu will appear as three vertical dots. false – The menu will appear as a numbered list. |
<add key="DisableSendToRescan" value="false" /> | false | Specifies whether the operator can send tasks to the rescanning stage. true – The operator cannot send tasks to the rescanning stage. false – The operator can send tasks to the rescanning stage. |
<add key="DisableTaskPostponement" value="false" /> | false | Specifies whether the operator can postpone tasks. true – The operator cannot postpone tasks. false – The operator can postpone tasks. |
<add key="DisableSendToStage" value="false" /> | false | Specifies whether the operator can send tasks to other stages. false – The operator can send a task to a stage handled by another operator, specifying its priority and providing a comment. true – The operator can send a task to a stage handled by another operator. |
<add key="DisableSendToExceptions" value="false" /> | false | Specifies whether the operator can send tasks to the exceptions queue. false – The operator can send tasks to the exceptions queue. true – The operator cannot send tasks to the exceptions queue. |
<add key="DisableReject" value="false" /> | false | Specifies whether the operator can reject tasks. false – The operator can reject tasks and send them back to their original queue. true – The operator cannot reject tasks. |
<add key="DisableCustomForm" value="false" /> | false | Changes the appearance and structure of the fields on the data form. false – The appearance and structure of the fields on the data form will be the same as defined in the Document Definition. true – The default fonts will be used for the fields on the data form and they will be arranged in one column. |
<add key="DisableRegionBinding" value="false" /> | false | Specifies whether the operator can select a field when drawing a region on an image. false – When the operator draws a region, a table with suggested fields will appear. true – The operator cannot draw a region unless the operator selects the required field on the data form first. |
<add key="CanDownloadBatchResult" value="false" /> | false | Specifies whether the operator can download archives export results (for exported batches with “Processed” status). true – The operator can download batch export results on the Web Verification Station. false – The operator cannot download batch export results. |
Web Scanning Station keys
| Key | Default value | Description |
|---|---|---|
<add key="webpages:Version" value="2.0.0.0" /> | 2.0.0.0 | ASP.NET service key. Do not modify or delete this key. |
<add key="webpages:Enabled" value="false" /> | false | ASP.NET service key. Do not modify or delete this key. |
<add key="aspnet:MaxJsonDeserializerMembers" value="150000" /> | 150000 | This is a service key. This key determines the maximum number of members that can be restored using JavaScriptSerializer. Do not modify or delete this key. |
<add key="ApplicationServer" value="localhost" /> | localhost | Specifies the address of the Application Server. Specify localhost if the station and the Application Server are located on the same computer). Do not modify or delete this key. |
<add key="SessionRefreshInterval" value="60000" /> | 60000 | Specifies how often a session should be refreshed (in milliseconds). Sessions must be refreshed in order to keep them and their licenses active. |
<add key="SessionInactiveLifetimeInMinutes" value="120" /> | 120 | Specifies the lifetime of a session (in minutes). If the user is inactive for a period that is longer than the specified lifetime, the session will be terminated and the task will be returned to the queue. |
<add key="LoginStationUrl" value="./Login" /> | ./Login | Specifies the path to be used for logging in to the station. You can use this key to customize the URL or specify the address of your proxy server. |
<add key="UseAuthenticationTicket" value="true" /> | true | Specifies whether the operator can access the Web Scanning Station from the Login page. true – The operator can access the Web Scanning Station without using Windows authentication. false – Windows authentication will be required in order to access the Web Scanning Station. |
Administration and Monitoring Console keys
| Key | Default value | Description |
|---|---|---|
<add key="webpages:Version" value="2.0.0.0" /> | 2.0.0.0 | ASP.NET service key. Do not modify or delete this key. |
<add key="webpages:Enabled" value="false" /> | false | ASP.NET service key. Do not modify or delete this key. |
<add key="ApplicationServer" value="localhost" /> | localhost | Specifies the address of the Application Server. Specify localhost if the Administration and Monitoring Console and the Application Server are located on the same computer. Do not modify or delete this key. |
<add key="LoginStationUrl" value="./Login/" /> | ./Login/ | Specifies the path to be used for logging in to the Administration and Monitoring Console. You can use this key to customize the URL or specify the address of your proxy server. |
<add key="LoginRedirectParameter" value="monitoring" /> | monitoring | This key is responsible for the redirect parameter specified in the URL which returns the user to the Administration and Monitoring Console page after the user has been authenticated. |
<add key="UseCRReportSystemForCustomReportOnly" value="true" /> | true | Allows creating custom reports using Crystal Reports. This key is not included in the web.config file by default (for details, see About ABBYY FlexiCapture Custom Reports). |
<add key="UseClientCertificate" value=" false" /> | false | Sends the client certificate specified in the ClientCertificateThumbprint key to the Application Server (in background mode). true – The certificate will be sent to the Application Server. false – No certificate will be sent to the Application Server. |
<add key="ClientCertificateThumbprint" value="Certificate Thumbprint" /> | CertificateThumbprint | Specifies the value of the Certificate Thumbprint property. |
Web Capture Station keys
| Key | Default value | Description |
|---|---|---|
<add key="webpages:Version" value="2.0.0.0" /> | 2.0.0.0 | ASP.NET service key. Do not modify or delete this key. |
<add key="webpages:Enabled" value="false" /> | false | ASP.NET service key. Do not modify or delete this key. |
<add key="aspnet:MaxJsonDeserializerMembers" value="150000" /> | 150000 | This is a service key. This key determines the maximum number of members that can be restored using JavaScriptSerializer. Do not modify or delete this key. |
<add key="ApplicationServer" value="localhost" /> | localhost | Specifies the address of the Application Server. Specify localhost if the station and the Application Server are located on the same computer. Do not modify or delete this key. |
<add key="SessionRefreshInterval" value="60000" /> | 60000 | Specifies how often a session should be refreshed (in milliseconds). Sessions must be refreshed in order to keep them and their licenses active. |
<add key="SessionInactiveLifetimeInMinutes" value="120" /> | 120 | Specifies the lifetime of a session (in minutes). If the user is inactive for a period that is longer than the specified lifetime, the session will be terminated and the task will be returned to the queue. |
<add key="LoginStationUrl" value="./Login" /> | ./Login | Specifies the path to be used for logging in to the station. You can use this key to customize the URL or specify the address of your proxy server. |
<add key="UseAuthenticationTicket" value="true" /> | true | Specifies whether the operator can access the Web Verification Station from the Login page. true – The operator can access the Web Verification Station without using Windows authentication. false – Windows authentication will be required in order to access the Web Verification Station. |
<add key="LoadColorPicturesByDefault" value="false" /> | false | This key is responsible for the color scheme in the central portion of the page. true – The central portion is in color and there is no flag in the check box in the center menu. false – The central portion is in black-and-white and there is a flag in the check box in the center menu. |
<add key="ShowSuggestsOnTyping" value="true" /> | true | Specifies whether suggestions will be shown to the operator when typing text in fields. true – When the operator starts typing text in a field, possible values for that field will be displayed. false – No possible values will be displayed. |
<add key="CloneSuggestsForNewInstance" value="true" /> | true | Specifies whether suggestions will be shown for a field in a group of fields. When the user creates a new group inside a repeating group, a list of possible values can be shown for the fields with predefined values. true – Possible values will be displayed. false – No possible values will be displayed. |
<add key="RuleCheckTimeoutInSeconds" value="3000" /> | 3000 | Sets the timeout for checking rules (in seconds). After the specified time period expires, the task will be canceled and returned into the queue. Any changes made by the operator will be lost. |
<add key="MinimizeInstanceMenu" value="true" /> | true | Changes the appearance of the repeating groups/fields menu on the data form. true – The menu will appear as three vertical dots. false – The menu will appear as a numbered list. |
<add key="DisableCustomForm" value="false" /> | false | Changes the appearance and structure of the fields on the data form. false – The appearance and structure of the fields on the data form will be the same as defined in the Document Definition. true – The default fonts will be used for the fields on the data form and they will be arranged in one column. |
