TFS 在安装的时候没有设置SMTP邮件服务器,现在想用,该怎么设置呢?   TFS 在安装的时候没有设置SMTP邮件服务器TFS 在安装的时候没有设置SMTP邮件服务器TFS 在安装的时候没有设置SMTP邮件服务器  TFS 在安装的时候没有设置SMTP邮件服务器
TFS 在安装的时候没有设置SMTP邮件服务器,
现在想用,该怎么设置呢?修改WebConfig

 if you have installed TFS and have not configured your SMTP server, you may do so as follows:
  • On the Team Foundation Server box, navigate to: C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services. If you have it on a drive other than C:\, besure to change this.
  • Open the web.config file
  • Modify the following keys:emailNotificationFromAddress,smtpServer
TFS 在安装的时候没有设置SMTP邮件服务器  <appSettings>
TFS 在安装的时候没有设置SMTP邮件服务器    
<add key="ConnectionString" value="Application Name=TeamFoundation;Persist Security Info=False;Initial Catalog=TfsIntegration;Data Source=TFSServerName;Integrated Security=SSPI"/> 
TFS 在安装的时候没有设置SMTP邮件服务器    
<add key="eventingEnabled" value="true" />
TFS 在安装的时候没有设置SMTP邮件服务器    
<add key="DetailedExceptions" value="true" />
TFS 在安装的时候没有设置SMTP邮件服务器    
<add key="emailNotificationFromAddress" value="Senders Email Address" />
TFS 在安装的时候没有设置SMTP邮件服务器    
<add key="smtpServer" value="Your SMTP Server Name" /> 
TFS 在安装的时候没有设置SMTP邮件服务器  
</appSettings> 
TFS 在安装的时候没有设置SMTP邮件服务器

 源地址:http://geekswithblogs.net/pjhacker/archive/2006/03/17/72649.aspx

Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1531226

相关文章:

  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-04-29
  • 2021-12-13
  • 2021-07-28
  • 2022-12-23
猜你喜欢
  • 2021-06-06
  • 2021-09-21
  • 2021-09-21
  • 2021-12-03
  • 2021-10-04
  • 2021-12-01
  • 2021-12-18
相关资源
相似解决方案