I'm trying to create an alias for Virtual Application in IIS 8.5 by URL Rewrite 2.1 The rule isn't working at all. I get the 404 error
Here is my rewrite section in web.config:
<rewrite>
<rules>
<rule name="MBAM Helpdesk" stopProcessing="true">
<match url="https://my.site.com/helpdesk" />
<action type="Rewrite" url="https://my.site.com/Microsoft%20BitLocker%20Administration%20and%20Monitoring" />
</rule>
</rules>
</rewrite>
https://my.site.com/helpdesk returns 404 error