ASP.NET directories blocked from VisualSVN Server behind reverse proxy in IIS 6
Posted
by
user143344
on Server Fault
See other posts from Server Fault
or by user143344
Published on 2012-10-30T16:57:23Z
Indexed on
2012/10/30
17:03 UTC
Read the original article
Hit count: 253
I’ve got VisualSVN Server running behind a reverse proxy in IIS 6, Windows Server 2003. This isn’t ideal, but for the main web app on the server I’ve only got one IP address and SSL certificate available.
Everything works except for when trying to commit to or browse the default ASP.NET directories (App_Browsers, App_Code, App_Data). SVN commits fail for these directories – which I believe is because IIS will never serve them by default.
The reverse proxy uses a virtual directory in IIS – is there a change I can make in the web.config for this virtual directory to get around the issue?
© Server Fault or respective owner