Share via

HTTP Error 500.19 - Internal Server Error

Erum Mirza 11 Reputation points
2022-07-19T11:30:01.007+00:00

I m facing below error on server while deploying /publishing site
HTTP Error 500.19 - Internal Server Error

https://learn.microsoft.com/en-us/archive/blogs/webtopics/troubleshooting-http-500-19-errors-in-iis-7

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

Windows development | Internet Information Services

1 answer

Sort by: Most helpful
  1. Sam Wu-MSFT 7,571 Reputation points Microsoft External Staff
    2022-07-20T04:08:55.673+00:00

    @Erum Mirza

    The link you posted is a good way to troubleshoot, did you not fix it?

    Cause:

    This problem occurs because the ApplicationHost.config or Web.config file contains a malformed or unidentified XML element. IIS can't identify the XML elements of the modules that are not installed. For example, IIS URL Rewrite module.

    Resolution:

    Use one of the following methods:

    • Delete the malformed XML element from the ApplicationHost.config or Web.config file.
    • Check the unidentified XML elements, and then install the relevant IIS modules.

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.