Changing the Vault site alias

When you install Mobile Search, you specify the Enterprise Vault site alias. The Mobile Search installer sets the value in Web.Config. You only need to change this value if the Enterprise Vault site alias changes.

To change the Vault site alias

  1. In Web.Config, find the <appSettings> section.

  2. In the <appSettings> section, find the following line:

    <add key="DNSDirectoryAlias" value="Vault_site_alias"></add>

  3. Replace the current value for the Vault site alias with the value you require. This value is case-sensitive.

  4. Save and close Web.Config.