Archives

Archives / 2008 / October
  • Team Foundation Server (TFS) Installation Errors & Fixes

     I have had the unfortunate pleasure of conducting three different Team Foundation Server - TFS - installations in the last couple of years. Each installation has been difficult to say the least and each installation has presented me with new & challenging errors. To benefit others who need to install TFS, this post is dedicated to TFS installation errors and how to fix them.
    If you have a TFS installation error & fix you would like me to add to this post, please put it in the comments and I will get it added ASAP.
    Hopefully this post can become a single valuable resource for TFS installation error troubleshooting.

  • WCF BasicHttpBinding with Windows Authentication & a 2.0 Client

     Windows Authentication is a great way to provide authentication security in your WCF services. With the WSHttpEndpoing and a .NET 3.0+ client Windows Authentication works right out of the box with WCF, everything is just peachy. However, if you want to use the BasicHttpBinding for .NET 2.0 client backward compatibility then it is going to require a bit of configuration for both the clients & server.