How would I redirect requests for one page to another is IIS?
        Posted  
        
            by Andy Evans
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andy Evans
        
        
        
        Published on 2010-06-08T16:15:37Z
        Indexed on 
            2010/06/08
            16:22 UTC
        
        
        Read the original article
        Hit count: 333
        
How would I redirect requests to a URL like
http://www.mydomain.com/foo.aspx
to another URL like
http://www.mydomain.com/bar.aspx
in IIS.
Can this be done in IIS 6.0 or 7.0?
© Stack Overflow or respective owner