Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

Server Error: HTTP Error 500.19 - Internal Server Error 0x8007000d

03.05.2018 (👁9697)


 

If this error appears on a Windows server with IIS Web server, then the URL Rewrite is not installed in the server roles and features.

Or you have to reinstall the point.

 

 

 

 

Reason:

 

The whole rewrite block is not allowed.

This is due to the settings of IIS server and its installed features

   

    <rewrite>

      <rules>

        <!--<rule name="http to https and www" stopProcessing="true">

          <match url="(.*)" />

          <conditions logicalGrouping="MatchAny">

            <add input="{HTTPS}" pattern="off" />

            <add input="{HTTP_HOST}" pattern="www\.*" />

          </conditions>

          <action type="Redirect" url="https://microsoft-programmierer.de{URL}" redirectType="Permanent" />

        </rule>-->

 

      </rules>

    </rewrite>

 

In the new IIS Server on Windows 2016, the URL Rewrite does not exist and seems to be installed.

I checked the installed features and roles, and it should be visible.

 

For comparison, on my Windows 2008 server

Here you can see that URL Rewrite is manageable as a tool. Only then is it allowed. Otherwise, the IIS throws the error while reading the web.Config file at runtime

0x8007000d

 

 

Reassemble the URL Rewrite

 

Just uninstall and reinstall the tool

 

For me, therefore, the feature hangs on the installation regularly

HTTP Error 500.19 - Internal Server Error

The requested page can not be accessed because the related configuration data for the page is invalid.

Detailed Error Information:

Module

   IIS Web Core

Notification

   Unknown

Handler

   Not yet determined

Error Code

   0x8007000d

Config Error

   

Config File

   \\?\C:\_Daten\_web\CodeDocu_de\web.config

 

Requested URL

   http://codedocu.de:80/

Physical Path

   

Logon Method

   Not yet determined

Logon User

   Not yet determined

 

Config Source: -1: 0:

More information:

This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what causes this error.