2 Answers

up vote 10 down vote accepted

Windows Identity Framework is not supported on Windows XP.

link|improve this answer
1  
Does this mean a client developed using WIF cannot be deployed to Windows XP machines? – Neil Barnwell May 27 '11 at 16:22
@NeilBarnwell I'd be "very surprised" if it worked; irrespective, it would not be a supported configuration by Microsoft. – Rowland Shaw Apr 4 at 11:39
feedback

As per the documentation, WIF requires:

  • Microsoft Windows Vista SP1, Windows 7, or Microsoft Windows Server 2008 (32-bit/64-bit)
  • Microsoft Internet Information Services (IIS) 7.0
  • Microsoft .NET Framework 3.5 SP1
  • Windows Identity Foundation
  • Microsoft Visual Studio® 2008 SP1

Two samples require additionally:
* Windows Azure Tools for Microsoft Visual Studio
* ASP.NET MVC 1.0

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.