Clarity, Technology, and Solving Problems | PracticeThis.com
WP7 App with Key Windows Azure resources – Slides, Videos, How-To’s, and T-shooting – for quick consumption on the go.
This post reflects on the steps I needed to perform to create my first Windows Identity Foundation (WIF) application from zero to Hello World. It can serve as a bootstrap for starting developing Claims-Aware ASP.NET application using Windows Identity Foundation (WIF).
This post quickly goes through preparing the development environment for using Windows Identity Foundation (WIF) and it walks through creating basic simple Claims-Aware web site.
Summary of steps:
Rest of the post is detailed explanation for each step followed by the resources in the end.
ASP.NET 4.0 has not been registered on the Web server. You need to manually configure your Web server for ASP.NET 4.0 in order for your site to run correctly, Press F1 for more details.
To configure IIS7 to use ASP.NET 4.0 follow these steps:
List supported OS’s – http://support.microsoft.com/?kbid=974405
Package name
Supported operating system
Platform
Download file size
Windows6.1-KB974405-x64.msu
Windows 7 and Windows Server 2008 R2
x64
965 KB
Windows6.1-KB974405-x86.msu
Windows 7
x86
858 KB
Windows6.0-KB974405-x64.msu
Windows Vista SP2 and Windows Server 2008 SP2
969 KB
Windows6.0-KB974405-x86.msu
861 KB
Windows5.2-KB974405-x64.exe
Windows Server 2003 SP2
1.2 MB
Windows5.2-KB974405-x86.exe
Follow instructions on how to configure IIS7 to use SSL located here: How to Set Up SSL on IIS 7. I skipped directly to Using IIS Manager part.
Make sure that the application pool is configured to load user profile. From the response to ADFS 2.0 SSO The data protection operation was unsuccessful by Claudio Sanchez: