I have an asp page as part of of web application hosted on IIS8. I would like to set up http redirection from this page to another aspx page within the same site.Isn't there a straightforward setting I can use in IIS? I've looked at http redirect and url rewrite with little luck.
Requests to
http://localhost/example.asp
needs to be redirected to
http://localhost/example.aspx
