url rewrite for aspx page
        Posted  
        
            by user177883
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user177883
        
        
        
        Published on 2010-05-07T14:32:01Z
        Indexed on 
            2010/05/07
            14:38 UTC
        
        
        Read the original article
        Hit count: 184
        
I have a page, called foo.aspx and i d like to rewrite the url as bar.something
How to do this? How does url rewrite happens in asp.net
Should i create a generic handler?
or should i get some url rewrite modules and add to app?
© Stack Overflow or respective owner