Linked Questions

Popular Questions

Routing a url to fetch content from another site

Asked by At

Environment: IIS 7.

  • I have a default site www.domain.com. Folder C:Inetpub/wwwroot/domain
  • There is subdomain www.subdomain.domain.com. Folder C:Inetpub/wwwroot/domain/subdomain.
  • Now, I have set up a new website at an external server, say www.newdomain.com. I cannot host www.newdomain.com on the same IIS server (as mentioned above) due to some constraints.

In this setup, how do I get www.subdomain.domain.com/blog to show all the content available on www.newdomain.com while preserving the URL as www.subdomain.domain.com/blog

How could this be achieved in IIS 7?

Related Questions