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 ASP.Net Web Site over to a Claims-aware ASP.Net 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 for all of the ASP.Net Web Applications that you develop. This project template should hopefully save fellow developers a significant amount of time versus having to make these conversions independently. System Requirements: Windows Identity Foundation SDK 4.0, Windows Identity Foundation Runtime |