I'm finally able to log into vault and creating an account for myself. i'm using one free liscense. i've created an user account beside the default admin account. I solved the partial trust problem by making the site where i have vault assoicated with with full trust on that site.
however, when i try to connect to the vault via vault client i got this error "Could not get public key from server"
I'm using the latest version of vault and vault client.
Could not get public key from server - error
Moderator: SourceGear
-
- Posts: 10
- Joined: Sun Oct 14, 2007 5:05 pm
Try the suggestions in this forum post first: Could not get public key from server. That should take care of it.
-
- Posts: 10
- Joined: Sun Oct 14, 2007 5:05 pm
i follow it and the user that run Vault (Network Service) have all the permission on that folder.Beth wrote:Try the suggestions in this forum post first: Could not get public key from server. That should take care of it.
i don't know if i should delete that "ed.." file since this server is also used for share hosting and i don't want to mess up the setting.
I also can't access it to make a backup copy even when i log in as admin.
Does anyone know what's the purpose of machine key? I don't have this much problem when i install vault on my other server.
-
- Posts: 10
- Joined: Sun Oct 14, 2007 5:05 pm
Is there any chance that you have any of the 3.x .NET frameworks on your system?
If so, try the following:
If so, try the following:
- 1. Go to the vaultguiclient.exe.config file in the Vault directory on your client.
2. Look at the top between <configuration> and <system.net>.- a. Add in the lines I show in between those below.
<configuration>
<startup>
<requiredRuntime version="v2.0.50727" safemode="true"/>
</startup>
<system.net>
- a. Add in the lines I show in between those below.