The Vault Server configuration file ( Vault.config )

A collection of information about Vault, including solutions to common problems.

Moderator: SourceGear

Post Reply
jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

The Vault Server configuration file ( Vault.config )

Post by jeremy_sg » Wed Mar 16, 2005 2:28 pm

Some Vault settings can only be changed in the vault.config file. By default, this file is installed in

Code: Select all

c:\inetpub\wwwroot\vaultservice\vault.config
This file contains several lines of the form:

Code: Select all

<ConfigurationName>VALUE</ConfigurationName>
After changing the value and saving the file, you must restart the Vault service to load the new configuration. To do this,
choose Start->Run... and type iisreset and hitting OK. Restarting IIS will require all logged in users to relogin to Vault.

Post Reply