<rule name="rule 1v" stopProcessing="true">
<match url="^(.*)$" />
<action type="Rewrite" url="/http://www.%{HTTP_HOST}/{R:1}" />
</rule>
<rule name="rule 2v" stopProcessing="true">
<match url="^(.*)$" />
<action type="Rewrite" url="/https://%{HTTP_HOST}%{REQUEST_URI}" />
</rule>
web.config içerisine sunlari ekleyerek dener misin (yedek almayi unutma)