Recently, we created another instance, configured to run under a different application pool in IIS.
Then new instance is getting the following error. If we switch to the application pool the original instance runs under, everything works fine.
Where is the settings.xml file usually located? Does running under an IIS application pool change where that goes?
thanks!
<vault>
<error>
<exception>System.Exception: Couldn't calculate a local settings path for settings.xml. Tried both "" and "SourceGear".
at VaultLib.LocalSettingsCore.VaultClientConfigReader..ctor(String scope, String strDefLocation)
at VaultLib.LocalSettingsCore.Init(LocalSettingsScope scope, String strDefaultConfigDir)
at VaultClientOperationsLib.ClientInstance.Init(AccessLevelType accessLevel)
at VaultClientIntegrationLib.ServerOperations.Login(AccessLevelType altCommand, Boolean bAllowAuto, Boolean bSaveSession)
at VaultCmdLineClient.VaultCmdLineClient.ProcessCommand(Args curArg)
at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)</exception>
</error>
<result>
<success>False</success>
</result>
</vault>