1

I have recently moved our TFS 2010 server to new server and everything is going well and I can access the tfs through team explorer.However, when I try to access the tfs web access It gives me HTTP 403 error.

enter image description here

How can I solve this and why this happens?

Edward Thomson
  • 74,857
  • 14
  • 158
  • 187
Hassan
  • 311
  • 1
  • 17

2 Answers2

0

I solved this by adding IP address for the server to allowed IP Addresses in IP Address and Domain Restrictions settings in IIS for the Team Foundation Server Site.

0

Can you run fiddler when you try and access through web access. And see how it is calling. We will know if it is using the correct url for the service. This will help begin debugging the root cause.

Tarun Arora
  • 4,692
  • 4
  • 30
  • 40
  • Also to confirm, what Web Access URL do you see on the TFS Administration console, is it same as the one you are trying to access? – Tarun Arora Jul 20 '11 at 17:19
  • And Confirm that you have read access on the port that is exposed for web access. It could be as simple as fire wall blocking this port. You could run a telnet or something to find out whether the port is open for communication. – Tarun Arora Jul 20 '11 at 17:20
  • I make sure of everything and everything is well configured :( – Hassan Jul 21 '11 at 12:56
  • everything is working right and I can access all the project collections through Team Explorer and through TFS Workbench by Scrum For Team System, but the web access still not work – Hassan Jul 21 '11 at 13:14