I deployed a web application that is using the API to do work with Vault. I am hosting the web application on the same server that Vault is installed on.
Once i do that, i get this error when trying to login into vault using the webapplication:
System.Security.Cryptography.CryptographicException: Access is denied
this happens as soon as i get to this line: _myClient.Login(Host, Username, Password);
Is there anything wrong with running this application on the Vault server itself?
Cryptographic Exception?
Moderator: SourceGear
-
- Posts: 34
- Joined: Wed Jun 15, 2005 2:07 pm
i gave it that access and it fixed the crypto problem. But then i got this:
System.UnauthorizedAccessException: Access to the path "SourceGear\Vault_1\Client\1F75180C-74A6-44C4-A46B-BBE2FE4DE5C5\vdd"
I can't find that folder on this server. I found a similiar folder like this on my machine at MACHINENAME\ASPNET\Application Data\
but i don't have a folder like that on the server.
Any ideas?
thanks in advance
System.UnauthorizedAccessException: Access to the path "SourceGear\Vault_1\Client\1F75180C-74A6-44C4-A46B-BBE2FE4DE5C5\vdd"
I can't find that folder on this server. I found a similiar folder like this on my machine at MACHINENAME\ASPNET\Application Data\
but i don't have a folder like that on the server.
Any ideas?
thanks in advance