Fiddler conflict with Team Foundation Server

If you are using VSTS and running Fiddler, you may notice this error message when you try to perform any basic operations with source control.

Team Foundation Server does not exist or is not accessible at this time.
Technical information (for administrator):
The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.

TFS connection error

This occurs because the web service calls to TFS are being interfered with by Fiddler (oh the irony). Fortunately the fix is very simple.

Just open up Internet Options, go to LAN settings and click Advanced under your proxy settings. Then add an exception for your TFS server, including the port name

tfs01.dev.geek.nz:8080 (assuming you use the default TFS port)

Internet Options

This will stop your TFS traffic from being routed through Fiddler (Fiddler captures traffic by acting as a proxy).

2 Responses to Fiddler conflict with Team Foundation Server

  1. Pingback: Team Foundation Server and Fiddler don't play nice together - Albert Pascual ASP.NET Blog

  2. Xu says : I absolutely agree with this !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s