1
votes

If I add the rule to enforce a trailing slash to the urls in my application, it breaks when I redirect to a parameterized URL, such as www.mysite.com/state/city?lat=x&lng=y

Does anyone know how to handle trailing slashes when such parameters exist?

1

1 Answers

1
votes

Maybe look at RouteConfig.cs and routes.AppendTrailingSlash see if this fixes the issue.