Configuring document access
Audience:
•
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.