0% found this document useful (0 votes)
347 views

HTTP Error 500.19 - Error When You Open An IIS 7

The document describes various HTTP 500.19 errors that can occur on IIS 7.0 websites and provides potential causes and resolutions. Common issues include malformed XML, missing or invalid modules/DLLs, permission problems, and configuration locks. The errors prevent access to pages and configuration issues are usually resolved by fixing references or permissions.

Uploaded by

Anand Raj C
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
347 views

HTTP Error 500.19 - Error When You Open An IIS 7

The document describes various HTTP 500.19 errors that can occur on IIS 7.0 websites and provides potential causes and resolutions. Common issues include malformed XML, missing or invalid modules/DLLs, permission problems, and configuration locks. The errors prevent access to pages and configuration issues are usually resolved by fixing references or permissions.

Uploaded by

Anand Raj C
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

6/17/2016

"HTTPError500.19"errorwhenyouopenanIIS7.0Webpage

Anandan

"HTTP Error 500.19" error when you open an IIS 7.0 Webpage
This article describes HResult codes when you encounter 500.19 error on an Internet Information
Services IIS 7.0 Web application. If the error code you see is in the following table, check out the causes
and try the solutions.

HResult code

0x8007000d

Error message

Server Error
in
Application
"application
name"

Cause

Resolution

This problem occurs


because the
ApplicationHost.config file
or the Web.config file
contains a malformed XML
element.

Delete the malformed XML element fro


ApplicationHost.config file or from the

HTTP Error
500.19
Internal
Server Error
HRESULT:
0x8007000d
Description
of HRESULT
The
requested
page cannot
be accessed
because the
related
configuration
data for the
page is
invalid.

0x80070005

This problem occurs for one


Server Error
of the following reasons:
in
You are using IIS 7.0
Application
on a computer that is
"application
name"
running Windows
https://support.microsoft.com/enus/kb/942055?OSMCSignIn=true&wa=wsignin1.0

To resolve this problem, use one of the

Method 1

Do not configure the Web site to use U

authentication to access the remote


UN
1/6

6/17/2016

"HTTPError500.19"errorwhenyouopenanIIS7.0Webpage

name"
HTTP Error
500.19
Internal
Server Error
HRESULT:
0x80070005
Description
of HRESULT
The
requested
page cannot
be accessed
because the
related
configuration
data for the
page is
invalid.

running Windows
Vista. Additionally, you
configure the Web site
to use UNC
Passthrough
authentication to
access a remote
Universal Naming
Convention UNC
share.
The IIS_IUSRS group
does not have the
appropriate
permissions for the
ApplicationHost.config
file, for the Web.config
file, or for the
virtual/application
directories of IIS.

authentication to access the remote UN


user account that has the appropriate p
remote UNC share.

Method 2

Grant the Read permission to the IIS_IU


ApplicationHost.config file or for the W
follow these steps:
1. In Windows Explorer, locate the f
ApplicationHost.config file that is
site, or locate the virtual director
directories that contain the Web.
with the Web site.
Note The Web.config file may no
directories or the application dire
situation, you need to follow thes

2. Rightclick the folder that contain


ApplicationHost.config file, or rig
application directories that may c
3. Click Properties.

4. Click the Security tab, and then c


5. Click Add.

6. In the Enter the object names to


computername\IIS_IUSRS
click OK.
Note Computername is a placeh
name.

7. Click to select the Read check bo

8. In the Properties dialog box for t


Note Make sure the folder's prop
ApplicationHost.config and Web
IIS_IUSRS has the Read permissio

0x800700b7

Server Error
in
Application
"application
name"
HTTP Error
500.19
Internal
Server Error

This problem may occur if


there is a duplicate entry for
the specified configuration
section setting at a higher
level in the configuration
hierarchy for example, in a
parent site/folders
web.config or
applicationHost.config file.
The error message itself
points out the location of
duplicate entry or entries.

HRESULT:
0x800700b7
https://support.microsoft.com/enus/kb/942055?OSMCSignIn=true&wa=wsignin1.0

Examine the specified configuration file


parent applicationHost.config and/or w
duplicate entries as suggested by the e
remove the duplicate entry, or make th
example, this problem may occur beca
ApplicationHost.config file has a duplic
code.

<addaccessType="Allow"use

To resolve this problem, in the Applicat


2/6

6/17/2016

"HTTPError500.19"errorwhenyouopenanIIS7.0Webpage

0x800700b7

To resolve this problem, in the Applicat


the duplicate entry for the authorizatio
these steps:
1. Click Start, type Notepad in the
Notepad, and then click Run as a
Note If you are prompted for an
for a confirmation, type the passw

Description
of HResult
The
requested
page cannot
be accessed
because the
related
configuration
data for the
page is
invalid.

2. On the File menu, click Open


%windir%\System32\inetsrv\con
in the File name box, and then cl

3. In the ApplicationHost.config file


that resembles the following cod

<addaccessType="Allow

0x8007007e

Server Error
in
Application
"application
name"
HTTP Error
500.19
Internal
Server Error

This problem occurs


because the
ApplicationHost.config file
or the Web.config file
references a module or a
DLL that is invalid or that
does not exist.

In the ApplicationHost.config file or in


the module reference or the DLL refere
fix the reference. To determine which m
incorrect, enable Failed Request Tracing
problem.

This problem can occur if


the bitness of the specified
module is different than that

Ensure that the specified module's bitn


hosting application pool, and make sur
corrupt.

HRESULT:
0x8007007e
Description
of HResult
The
requested
page cannot
be accessed
because the
related
configuration
data for the
page is
invalid.

0x800700c1

Server Error
in

Application
of the application
https://support.microsoft.com/enus/kb/942055?OSMCSignIn=true&wa=wsignin1.0

pool

3/6

6/17/2016

"HTTPError500.19"errorwhenyouopenanIIS7.0Webpage

Application
"application
name"
HTTP Error
500.19
Internal
Server Error

of the application pool


hosting the application. For
example, you are attempting
to load a 32bit component
into a 64bit application
pool. This problem may also
occur if the specified
module is corrupted.

HRESULT:
0x800700c1
Description
of HRESULT
The
requested
page cannot
be accessed
because the
related
configuration
data for the
page is
invalid.

0x8007010b

Server Error
in
Application
"application
name"

This problem can occur if


the specified content
directory cannot be
accessed.

Verify that the file path exists, is proper


level permissions set, and is pointing to
you are not sure what the file path is, u
or Failed Request Tracing to identify it.

HTTP Error
500.19
Internal
Server Error
HRESULT:
0x8007010b
Description
of HRESULT
The
requested
page cannot
be accessed
because the
related
configuration
data for the
page is
invalid.
https://support.microsoft.com/enus/kb/942055?OSMCSignIn=true&wa=wsignin1.0

4/6

6/17/2016

0x8007052e

"HTTPError500.19"errorwhenyouopenanIIS7.0Webpage

Server Error
in
Application
"application
name"

The default process identity


in IIS 7.0 does not have
sufficient permissions to
open the Web.config file on
a remote share.

To resolve this problem, see You receiv


you try to view a Web page from a We
through authentication in Internet Info

This problem can occur


when the specified portion
of the IIS configuration file is
locked at a higher
configuration level.

To resolve this problem, unlock the spe


use it at that level. For more informatio
see How to Use Locking in IIS 7.0 Confi

HTTP Error
500.19
Internal
Server Error
HRESULT:
0x8007052e
Description
of HRESULT
The
requested
page cannot
be accessed
because the
related
configuration
data for the
page is
invalid.

0x80070021

Server Error
in
Application
"application
name"
HTTP Error
500.19
Internal
Server Error
HRESULT:
0x80070021
Description
of HRESULT
The
requested
page cannot
be accessed
because the
related
configuration

data for the


https://support.microsoft.com/enus/kb/942055?OSMCSignIn=true&wa=wsignin1.0

5/6

6/17/2016

"HTTPError500.19"errorwhenyouopenanIIS7.0Webpage

data for the


page is
invalid.

Properties
Article ID: 942055 Last Review: 01/06/2015 07:48:00 Revision: 8.0
Applies to
Microsoft Internet Information Services 7.0
Keywords:
kbexpertiseadvanced kbtshoot kbprb kbconsumer kbquadranttechsupp KB942055

Support

Security

Contact Us

English United States


Terms of use

Privacy & cookies

Trademarks

2016 Microsoft

https://support.microsoft.com/enus/kb/942055?OSMCSignIn=true&wa=wsignin1.0

6/6

You might also like