Article ID: 942055 - Last Review: February 11, 2009 - Revision: 2.0 Error message when you visit a Web site that is hosted on IIS 7.0: "HTTP Error 500.19 – Internal Server Error"On This PageSYMPTOMSYou have a Web site that is hosted on Internet Information Services (IIS) 7.0. When you visit the Web site in a Web browser, you may receive an error message that resembles one of the following: Error message 1 Server Error in Application "application name" 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. Error message 2 Server Error in Application "application 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. Error message 3 Server Error in Application "application name" HTTP Error 500.19 – Internal Server Error HRESULT: 0x800700b7 Description of HResult The requested page cannot be accessed because the related configuration data for the page is invalid. Error message 4 Server Error in Application "application name"
HTTP Error 500.19 – Internal Server Error HRESULT: 0x8007007e Description of HResult The requested page cannot be accessed because the related configuration data for the page is invalid. CAUSECause of error message 1This problem occurs because the ApplicationHost.config file or the Web.config file contains a malformed XML element. To resolve this problem, see Resolution 1.Cause of error message 2This problem occurs for one of the following reasons:
Cause of error message 3This problem occurs because the ApplicationHost.config file has a duplicate entry for the following code.Cause of error message 4This 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. To resolve this problem, see Resolution 4.RESOLUTIONResolution 1Delete the malformed XML element from the ApplicationHost.config file or from the Web.config file.Resolution 2To resolve this problem, use one of the following methods.Method 1Do not configure the Web site to use UNC Passthrough authentication to access the remote UNC share. Instead, specify a user account that has the appropriate permissions to access the remote UNC share.Method 2Grant the Read permission to the IIS_IUSRS group for the ApplicationHost.config file or for the Web.config file. To do this, follow these steps:
Resolution 3In the ApplicationHost.config file, delete the duplicate entry for the authorization rule. To do this, follow these steps:
Resolution 4In the ApplicationHost.config file or in the Web.config file, locate the module reference or the DLL reference that is invalid, and then fix the reference. To determine which module reference is incorrect, enable Failed Request Tracing, and then reproduce the problem.
| Article Translations
|

Back to the top
