IIS7 and ARR as reverse proxy for Subversion
Posted
by
Paul Stovell
on Stack Overflow
See other posts from Stack Overflow
or by Paul Stovell
Published on 2009-09-27T12:57:43Z
Indexed on
2012/11/25
5:04 UTC
Read the original article
Hit count: 186
I am using IIS7 and the Application Request Routing extension to act as a reverse proxy to Subversion running on Apache.
The proxy works fine and I am able to explore the server, and even perform a "check out". However, I cannot browse to files that would normally be forbidden by ASP.NET - for example, .cs, .csproj, and so on. Files ASP.NET wouldn't be concerned with - such as .txt - are fine.
I tried to edit the global web.config to remove the Forbidden handler mapping for these files, but it did not seem to make a difference. Is there any way to allow the URL rewriting module in IIS7 to work, while allowing all file extensions to be rendered?
© Stack Overflow or respective owner