IIS: How can I redirect requests for one page to another?
Posted
by James Evans
on Stack Overflow
See other posts from Stack Overflow
or by James Evans
Published on 2010-06-08T14:52:55Z
Indexed on
2010/06/08
19:22 UTC
Read the original article
Hit count: 276
I have written an app to replace a single page and need to redirect the requests for the old page to the new app.
In IIS, how would I redirect the request for
http://www.mysite.com/foo.aspx
to
http://www.mysite.com/bar/default.aspx
Thanks!
© Stack Overflow or respective owner