File Vault Displays 500.19 Error When Checking Out a File
File Vault Displays 500.19 Error When Checking Out a File
Revision 1.2
Date: 03/16/2009
Problem
When you install Random Password Manager or Enterprise Random Password Manager on a Windows 2008 system and enable the file vault you receive a 500.19 error when attempting to open a file.

Cause
IIS 7 Configuration settings default to requiring a web.config file for its settings and error handling.
Resolution
A few additional settings need to be made in IIS7.
- In web files installation directory, typically "c:\inetpub\wwwroot\rpmweb" or "c:\inetpub\wwwroot\pwcweb", create a folder called "FileVault".
- In the "FileVault" folder create a file called "web.config".
- Open the web.config file using notepad and copy and paste the text in the code box below.
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
</system.web>
</configuration>
- Open IIS7 and navigate to: Website{\VirtualDirectory}\FileVault
- Open error pages
- Click "Edit Feature Settings" on the right panel and set the error responses action to custom error pages
- Click OK

Applies To:
Random Password Manager (RPM)
Enterprise Random Password Manager (ERPM)
Last edited by Chris; 03-16-2009 at 09:57 AM.
Support
support@liebsoft.com
_________________________
1900 Avenue of the Stars, Suite 425
Los Angeles, CA 90067
http://www.liebsoft.com
Main: (800) 829-6263
International: +1 (310) 550-8575
Fax: (310) 550-1152