3.0.7 -> 3.1.2 config file changes

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
mlippert
Posts: 252
Joined: Wed Oct 06, 2004 10:49 am
Location: Cambridge, MA

3.0.7 -> 3.1.2 config file changes

Post by mlippert » Thu Sep 22, 2005 10:21 pm

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

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Thu Sep 22, 2005 11:13 pm

Yes. Connection Reset = 'true' is the desired configuration.

Is it safe to assume the upgrade went smoothly?
Jeff Clausius
SourceGear

mlippert
Posts: 252
Joined: Wed Oct 06, 2004 10:49 am
Location: Cambridge, MA

Post by mlippert » Thu Sep 22, 2005 11:21 pm

Thanks Jeff, I figured it was, but I wanted to doublecheck.

Yes the upgrade went smoothly.

Thanks for your help,
Mike

Post Reply