> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring document access

> How to configure document access

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

```XML theme={null}
<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][1].

[1]: ../../../config/documents
