We're currently using IIS 6 and Windows Server 2003 for our web and application servers. Our web servers make WCF Service calls to our application servers.
We'd like to move to IIS 7 and Windows Server 2008 so that we can use the recommended netTcpBinding (at the moment we're using a basicHttpBinding).
(along with this we'd also move from SQL Server 2005 to 2008)
Does anyone have any points to make about the benefits and pitfalls of the above?