How to add multiple URL rewrite rules in a web.config
I want to match any url that contains \"sales\" and \"registrationsuccess\".
I get errors with when I try
This is how you add more than one rule:
But for what you're trying to do, you can do it with one rule, like below: