Forum Discussion
eli_donahue
9 years agoNew Member
Hi Ketan,
The first approach will work with the following url format:
Eli Donahue Aras Labs Software Engineer
localhost/.../vaultserver.aspx&vaultId={id}You will also need to add the following line to your VaultServerConfig.xml file and restart IIS to allow access to the vault file without authentication:
<enforce_user_credentials>0</enforce_user_credentials>
Eli Donahue Aras Labs Software Engineer