IIS7 Re-Write a .axd extension to different extension
        Posted  
        
            by user324637
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user324637
        
        
        
        Published on 2010-04-23T22:07:53Z
        Indexed on 
            2010/04/23
            22:13 UTC
        
        
        Read the original article
        Hit count: 311
        
I have an e-commerce application that using a .axd handler for the page extensions.
I simply want to use IIS7 to create a rule that says .shop = .axd
Can this be done? If so how should I go about it?
Thanks
© Stack Overflow or respective owner