Routing a url to fetch content from another site
        Posted  
        
            by 
                Abhishek
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Abhishek
        
        
        
        Published on 2012-04-11T12:51:36Z
        Indexed on 
            2012/04/12
            11:32 UTC
        
        
        Read the original article
        Hit count: 391
        
Environment: IIS 7.
I have a default site www.domain.com and its folder is C:Inetpub/wwwroot/domain There is subdomain www.subdomain.domain.com and its folder is C:Inetpub/wwwroot/domain/subdomain.
Now I have setup a new website at an external server. I cannot put the content on the above server due to some reasons.
I need the URL www.subdomain.domain.com/blog fetch content from this external server while the URL should remain the same.
How could this be achieved in IIS 7?
© Server Fault or respective owner