Hi All,
I was trying to setup a reverse proxy for the TFS 2012 server (Accessible only with in domain but not from internet) using TFS re-write method to access over Internet. Now i am facing issue while accessing Reports and SharePoint Services.
Steps i followed:
- Took a new Windows 2008 R2 Server and configured IIS in it as a web front end server.
- Installed Application Request Routing(ARR) extensions for IIS successfully.
- Created a web site "TEST" and hosted it under port xx.
- And i added a Inbound rule using URL Rewrite with action type 'Rewrite' and provided TFS URL under rewrite URL.
- The pattern and Rewrite URL provide are. <Pattern : (.*)> <Rewrite URL : http://servername:8080/{R:0}>
- Now i tried to access TFS via Reverse proxy using web access and also Visual Studio all the navigations and features are working fine, But when i click on Reports and SharePoint Links it is still referring to internal server URL and says page not found.
Reverse Proxy is URL: http://server2:xx (Exposed to internet)
TFS URL: http://server1:8080/tfs
SharePoint URL: http://server1:80/Sites/
Reports URL: http://server1:80/Reports
Can some one help me how to configure Reports and SharePoint so that i will redirect via reverse proxy.
Thanks in Advance.