I want to 301 redirect this url:
Index.asp?SourceID=20&CategoryID=20&ArticleID=1
to:
Contact
in IIS -> URL REWRITE I have this set up:
**Match URL**
Requested URL: Matches the Pattern
Using: Exact Match
Pattern: Index.asp?SourceID=20&CategoryID=20&ArticleID=1
Action
Action type: Redirect
Redirect URL: http://www.mydomian.com/Contact
Append query string: TRUE
Redirect type: Permanent (301)
When I test it I get a 404.
How can I set this up?