I'm trying to figure this out.
I've created a rule with this settings:
Rule Type: Modify URL
Match String: (?:.*[^/])$
Modified URL : $_/
Then I've added this rule to the request rules of my SubVS.
My idea is that if I digit https://host/vdir, to my web server is forwarded https://host/vdir/, this in order to avoid the "courtesy redirect of IIS".
What am I doing wrong?
Regards,
Corrado