TfsServerScheduler.exe.config File Settings in Team Foundation Server Components

This topic describes the configurable settings in the TfsServerScheduler.exe.config file. This file is located in <drive>:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\TFSServerScheduler on the Team Foundation application-tier server. This file is modified when you rename the application-tier server. For more information, see How to: Rename an Application-Tier Server. You can also modify this file to enable tracing. For more information, see <system.diagnostics> Element.

TfsServerScheduler.exe.config Settings

Setting Description

BisDomainUrl

Important

This setting name changed to TFSNameUrl for Team Foundation Server Service Pack 1 (SP1) and later versions. If you have not yet installed SP1, change this setting to TfsNameUrl before you change the value.

This setting is the URL for the application-tier server.

If you have not yet installed SP1, change this setting name to TfsNameUrl before you change the value of the setting.

usessystemdefault

This setting, in the <proxy> element, specifies whether to use Internet Explorer proxy settings. If set to true, subsequent attributes will override Internet Explorer proxy settings. The default value is false.

bypassonlocal

This setting, in the <proxy> element, specifies whether the proxy is bypassed for local resources. Local resources include the local server (https://localhost, https://loopback, or https://127.0.0.1) and a URI without a period (https://webserver). The default value is true.

See Also

Tasks

How to: Change Configuration Settings for Team Foundation Server Components

Concepts

Global Web.Config File Settings in Team Foundation Server Components

Other Resources

Managing Team Foundation Server Configuration Settings