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

Configuring document access

Audience:
api
•
Version: 10
Some tooltip text!
• 1 minute to read
 • 1 minute to read

For the application to run properly, some modifications are required in the application configuration file.

<Documents>
  <add key="ArchivePath" value="C:\\SO_ARC" />
  <add key="TemporaryPath" value="C:\\temp" />
  <add key="ImpersonateUser" value="false" />
</Documents>

In this example, we have set the impersonation false because this is a Windows application and the client runs the NetServer code in the same process, and the application inherits the user's identity.

Read more about these settings in the NetServer configuration.

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