I want all incoming http requests for my ASP.NET site to be redirected to https requests except the following route which I want to be served using http:
where 'asdf' can be replaced with any combination of alphanumeric characters
I am using IIS Url Rewrite module.