Global Web
Configuration Properties
A set of global properties is available for .NET Web Services.
Global properties are set in web.config, which is deployed to the
…wwwrootapplication_name folder by the .NET Web
Service project. You cannot set global properties in script.
This table lists global properties that you can set for .NET Web
Service targets:
|
Property |
Default value |
Description |
|---|---|---|
|
LogFolder |
|
Folder that contains the PBTrace.log file. |
|
FileFolder |
|
Base directory for the virtual file manager. It contains the |
|
PrintFolder |
|
Base directory for files that your application prints in PDF |
|
PBWebFileProcessMode |
Share |
Share mode maintains files in a read-only state when a write |
|
PBCurrentDir |
c: |
Specifies the current directory for the Web Service. |
|
PBTempDir |
c: emp |
A temporary directory under the virtual file root on the |
|
PBLibDir |
c:~pl_ |
The directory on the server where dynamic libraries are |
|
PBDenyDownloadFolders |
c:~pl_ |
A semicolon-delimited string of directory names. |
|
PBTrace |
Enabled |
Indicates whether to log exceptions thrown by the |
|
PBTraceTarget |
File |
Defines where to log exceptions thrown by the application. |
|
PBTraceFileName |
PBTrace.log |
Name of the file that logs exceptions thrown by the |
|
PBEventLogID |
1100 |
The event ID if exceptions are logged to the |
|
PBDeleteTempFileInterval |
600 (minutes) |
Sets the number of minutes before temporary files created by |