If you have worked with the Windows Identity Foundation SDK, you probably already know that Microsoft does not ship a set of Project Templates for creating Web Applications, but rather only Web Sites. This is rather unfortunate, since most development applications are geared towards creating Web Applications rather than Web Sites. For example, ASP.Net MVC projects can only be created as Web Applications and not as Web Sites. Fortunately, converting a Claims-aware WCF Service Web Site over to a Claims-aware WCF Service Web Application is not particularly difficult using Visual Studio 2010, but it is a reasonably time consuming operation, especially if you have to perform this frequently. This project template should hopefully save fellow developers a significant amount of time. System Requirements: Windows Identity Foundation SDK 4.0, Windows Identity Foundation Runtime |