Jump to content

Recommended Posts

Posted

Some customers have experienced a HTTP Error 500.19 immediately after installing version 6 of Passwordstate, and this is generally caused by configuration settings in the web.config file being blocked by upper-level IIS configuration file. The detail of the error is:

Detailed Error Information
Module: CustomErrorModule
Config Error: This configuration section cannot be used at this path. This happens when the section is locked at the parent level......

Config Source:

<section name="httpErrors" overrideModeDefault="Deny" />

To fix this you need to:

  • Open the file C:\Windows\System32\inetsrv\config\applicationHost .config
  • Look for
<section name="httpErrors" overrideModeDefault="Deny" />
  • Change Deny to Allow
  • Save the file and restart the Passwordstate web site

 

Regards
Click Studios

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...