HomeASP.NET[Solved] – ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

[Solved] – ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

When you deploy your ASP.NET Web Application on Windows Server running IIS , there are times that you might receive the below error.

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.

When you read the documentation from Microsoft, it says that the reason for the error is

“This problem occurs because the ApplicationHost.config or Web.config file contains a malformed XML element.”.

The possible resolution for this issue is to “Delete the malformed XML element from the ApplicationHost.config or Web.config file.”.

While this works sometimes , the main reason for the error code 0x8007000d is that the URL rewriting module (referenced in web.config) is missing or proper version is not installed in IIS.

Just ensure that you install URL rewriting module by downloading it from IIS Download Center.

Share:

    2 Comments

  1. jamal.shabiby
    April 5, 2021
    Reply

    hi the best answer is to download Current .NET Core Hosting Bundle installer from this site
    https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-5.0.4-windows-hosting-bundle-installer

  2. User Avatar
    April 5, 2021
    Reply

    Absolutely @Jamal.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

You can read connection string from web.config file in ASP.NET by using the ConfigurationManager class in case you want to...
This post will explain how to resolve the error “Handler “aspNetCore” has a bad module “AspNetCoreModuleV2” in its module list”...
This post will provide the list of some of the top ASP.NET based Content Management Systems (CMS) that you may...