• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

NetServer Scripting element

•
Environment: onsite
Some tooltip text!
• 1 minute to read
 • 1 minute to read

Configuration values related to NetServer Service Scripting.

<Scripting>
  <add key="ScriptPath" value="" />
  <add key="EnableScripting" value="false" />
  <add key="TimeoutLimit" value="20000" />
  <add key="MaxTimeouts" value="5" />
</Scripting>
Name Description Default
EnableScripting Determines whether scripts will be invoked when web service methods are called. true
ScriptPath UNC path to directory containing .cs, .vb or .dll script files. Defaults to \script if not set.
MaxTimeouts Maximum number of timeouts before a script is disabled. 5
TimeoutLimit Number of milliseconds before a script times out. 20000

See the NetServer Core reference for details about handling this programmatically.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top