Url rewriting stops working after changing default port on iis7
        Posted  
        
            by 
                Somesh
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Somesh
        
        
        
        Published on 2012-12-13T08:31:52Z
        Indexed on 
            2012/12/19
            5:04 UTC
        
        
        Read the original article
        Hit count: 589
        
I have migrated the IIS6 webserver 2003 websites to IIS7 webserver 2008 using msdeploy tool. Application pool setting are changed with "Enable 32-bit Applications=true", "Managed_Pipeline_Mode=Classic","Identity=NetworkService" Framework=v1.1/2.0.
All the websites are working fine on default port along with url rewriting migrated from iis6. When I start the webserver on port other than default port by changing bindings, url rewriting stops workings and get 404 error in logs. I think I don't have to change the handler mapping cause I am running it in classic mode. How can I troubleshoot this?
© Server Fault or respective owner