ReverseProxy for IIS 6.0 in CS using ASP.NET

From
Revision as of 11:09, 11 May 2006 by Wolfm (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Problem to solve

We want to embed content from a internal webserver e.g. http://foo to our public webserver http://sar.informatik.hu-berbin.de. In particular the frontend request http://sar.informatik.hu-berbin.de/test/bla.html should get the response for http://foo/dir/bla.html. Thus the mapping is:

  • http://sar.informatik.hu-berbin.de/test -> http://foo/dir.

From outside this sould be look like a local web directory.

Used Software