Tuesday, October 25, 2022

HTTP Error 500.19 - Internal Server Error and HTTP Error - Error code - 8007000d

 If config error is blank

There may be some error in web.config file.

Some tag is missing.

Delete the tag below:-


<rewrite>

      <rules>

        <rule name="pms" stopProcessing="true">

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

          <conditions>

            <add input="{HTTPS}" pattern="^OFF$" />

          </conditions>

          <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />

        </rule>

      </rules>

    </rewrite>

No comments:

Post a Comment