Marcus's profileMarcus GarciaPhotosBlogListsMore Tools Help
    August 30

    Editar SMTP no Team Foundation Server

    Olá Pessoal,
     
    Tendo em vista que hoje é muito comum termos problemas de SMTP por conta do alto número de SPAMS que recebemos, pode ser que você precise em algum momento alterar o SMTP do seu TFS. Neste Post da Vertigo Software, veja como promover essa alteração:
     

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

    Modify the emailNotificationFromAddress and smtpServer keys, below, to set up email through a new SMTP server:

    <?xml version="1.0" encoding="utf-8" ?>
    <
    configuration>

      <
    appSettings>
        <
    add key="ConnectionString" value="Application Name=TeamFoundation;Persist Security Info=False;Initial Catalog=TfsIntegration;Data Source=TeamSystemSqlTier;Integrated Security=SSPI"/>
        <
    add key="eventingEnabled" value="true" />
        <
    add key="DetailedExceptions" value="false" />
        <
    add key="emailNotificationFromAddress" value="teamsystem@yourdomain.com" />
        <
    add key="smtpServer" value="mail.yourdomain.com" />
      </
    appSettings>

      <
    runtime>
        <
    assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <
    probing privatePath="bin\Plugins;bin\Plugins\zh-chs;bin\Plugins\zh-cht;bin\Plugins\de;bin\Plugins\es;bin\Plugins\fr;bin\Plugins\it;bin\Plugins\ja;bin\Plugins\ko"/>
        </
    assemblyBinding>
      </
    runtime>

      <
    system.web>
        <!--
    Enable the HttpHandlers for file upload and download -->
        <
    httpHandlers>
          <
    add verb="*" path="methodology.asmx" type="Microsoft.TeamFoundation.Client.MethodologyDownloadHandler" />
          <
    add verb="*" path="methodologyUpload.asmx" type="Microsoft.TeamFoundation.Client.MethodologyUploadHandler" />
        </
    httpHandlers>
      </
    system.web>

    </
    configuration>

     

    ÍNTEGRA DO POST : http://blogs.vertigosoftware.com/teamsystem/archive/2006/07/11/Changing_SMTP_settings_on_Team_Foundation_Server.aspx

     

    []'s 4 all

    August 20

    Revista Mundo.NET especial VSTS com Marcus Garcia e Fábio Câmara, entre outros

     

    Pessoal,

    Acaba de sair mais um número da revista Mundo.NET, desta vez, saiu um especial de VSTS. Vale a pena conferir em:

    www.mundodotnet.com.br

     

    image image

    []'s 4 all

    Nestor Portillo - Diretor mundial do Progama MVP falando sobre a Comunidade Raptors

     

    Olá pessoal!

    Fiquei enfurnado em um projeto que tomou todas as minhas horas vagas, impossibilitando-me de atualizar meu blog. Pretendo voltar com força total e para inicio, segue um depoimento de nada mais, nada menos Nestor Portillo Diretor mundial do Programa MVP.

    Em seu depoimento, Nestor fala do valor das comunidades e mais especificamente dos .NET Raptors e alguns de seus membros MVP's e ex-MVP's.

     

     

     

    []'s 4 all