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