"appendquerystring= false" not working in redirect rules in c#
As far as I know, the “appendQueryString” is used to specify whether the query string from the current URL should be preserved during the substitution URL. By default, it is true when the AppendQueryString flag is not specified. But In my rewrite rules, I’ve specified it as false but still, the query string from the current URL is passing to the substitution URL.
Add comment