Specify Alert Settings after Installation

Is it possible to change the alert settings from theSpecify Alert Settings page in the installation, after Team Foundation Server is installed. Or do I have to re-install it?

pjp

[205 byte] By [PrestonPark] at [2007-12-16]
# 1
You can edit the web.config file under VSTF\bisserver in the middle-tier machine.
If you want to change the email settings:
- Under AppSettings you will see a SMTP server entry. Change the value for this to point to the correct one.
- If the entry doesn't exist, add the following entry
<add key="smtpServer" value="yoursmtservername" />

Also, in order to get the alerts, make sure you subscribe to Alerts for the given project (from Team -> Alerts)

AkhilaLMSFT at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 2
Where is the "VSTF\bisserver" directory? I can't find it anywhere on my server.
GillesMuys at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 3

C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services\web.config

If you've done a normal install of Beta 3 or later.

You can also add a key

<add key="emailNotificationFromAddress" value="someone@yourdomain.com" />

to specify the from-address of the alert emails.

CarlDaniel at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...

Visual Studio Team System

Site Classified