I just did the upgrade and I'm comparing my before the upgrade .config files with after the upgrade.
I see that the following has changed in web.config (top new, bottom old), the difference is Connection Reset='true' vs Connection Reset='false'
<add key="ConnectString" value="Application Name='SourceGear Vault Server'; Connection Reset='true'; Server=(local); Database=sgvault; User ID=sgvaultuser; pwd=XYZ=" />
==================
<add key="ConnectString" value="Application Name='SourceGear Vault Server'; Connection Reset='false'; Server=(local); Database=sgvault; User ID=sgvaultuser; pwd=XYZ=" />
I just want to confirm that this change is desired.
Mike
3.0.7 -> 3.1.2 config file changes
Moderator: SourceGear