Services Web.Config File Settings in Team Foundation Server Components
This topic describes the configurable settings in the Services web.config file. For a general procedure that describes how to access and change these settings, see How to: Change Configuration Settings for Team Foundation Server Components.
Services Web.Config Settings
Setting | Description |
---|---|
ConnectionString |
This setting is a string that represents the Connection string used by the application tier to connect to the data tier. |
eventingEnabled |
This setting is a Boolean value that enables or disables the Team Foundation Server eventing system (alerts). |
emailNotificationFromAddress |
This setting is a string that represents the "from address" in e-mail notifications from Team Foundation Server for check-ins, work items assigned to you, etc. This address is also checked for validity, and depending on your server configuration, may need to represent a valid e-mail account on the mail server. If it does not exist or is not valid then the address used is TeamSystem@microsoft.com. |
smtpServer |
This setting is a string that represents the name of the mail server. |
See Also
Tasks
How to: Change Configuration Settings for Team Foundation Server Components
How to: Configure SMTP Server and E-mail Notification Settings in the Services Web.Config File
Concepts
Global Web.Config File Settings in Team Foundation Server Components