The rewrite rule i built returns 500 Internal Server Error for path that contains axd. all other paths works fine.
the rule:
<rule name="isite rewrite" enabled="true" stopProcessing="false">
<match url="sub.*" />
<action type="Rewrite" url="http://{MY_INTERNAL_SERVER}:8383/{R:0}"/>
</rule>
everything work's fine but url's that contains axd path fails with 500 Internal Server Error