CRM Software

Amphis Software Tech Tips


Home Page    Sitemap    CRM Software Quick Guide    Free Web CRM Software - Free Web Access to Customer Details    Download FREE 30 Day CRM Software Trial   


HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid

Module IIS Web Core - Error 0x80070021


The Problem

When installing and running Amphis WebCRMView - free Web CRM Software, the following error is displayed on Windows Vista.

Vista IIS Error

HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid

Module IIS Web Core - Error 0x80070021

This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".


Background

Amphis Web CRM is a Free Web Application for viewing customer details stored in an Amphis Customer database. When installing Amphis WebCRMView on Windows Vista, users may see this error.


The Solution

The solution is to update the file applicationHost.config (please make a backup copy first) in C:\Windows\System32\inetsrv\config

and change :-

<section name="handlers" overrideModeDefault="Deny" /> (change this value from Deny to Allow)
<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" /> (change this value from Deny to Allow)


Bookmark and Share


Home Page    Sitemap    CRM Software Quick Guide    Free Web CRM Software - Free Web Access to Customer Details    Download FREE 30 Day CRM Software Trial   


Valid XHTML 1.0 Strict