+ Reply to Thread
Results 1 to 1 of 1

Thread: File Vault Displays 500.19 Error When Checking Out a File

  1. #1
    Join Date
    Sep 2007
    Posts
    108

    Default 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.
    1. In web files installation directory, typically "c:\inetpub\wwwroot\rpmweb" or "c:\inetpub\wwwroot\pwcweb", create a folder called "FileVault".
    2. In the "FileVault" folder create a file called "web.config".
    3. 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>
    4. Open IIS7 and navigate to: Website{\VirtualDirectory}\FileVault
    5. Open error pages
    6. Click "Edit Feature Settings" on the right panel and set the error responses action to custom error pages
    7. 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

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts