zoukankan      html  css  js  c++  java
  • Installing Windows Identity Foundation on Windows 8

    Just a very quick note here, in case you’re struggling to get Windows Identity Foundation installed on your Win8 development machine.

    Have you been setting up another development machine for Azure development on Windows 8, and have run into a problem installing the Windows Identity Framework?  Yeah, me too.  The error message is “Windows Update Standalone Installer.  Installer encountered an error 0x80096002. The certificate for the signer of the message is invalid or not found.”

    The short answer is that WIF is managed on Windows 8 using the “Turn Windows Features On and Off”.  You can get that by:

    1. Punch that Windows key!

    2. Type “Windows Features” and make sure you’ve chosen to search “Settings” from the search pane.

    3. Click on “Turn Windows features on or off”

    4. Check the box next to “Windows Identity Framework 3.5” (and yes, this supports .NET 3.5 and 4.0 applications).

    5. Press “OK” and let setup do it’s thing.

    You’re welcome!

  • 相关阅读:
    Java验证码
    Java内存泄漏问题
    Java常见异常总结
    Java编码与乱码问题
    Spring:源码解读Spring IOC原理
    Quartz 定时邮件发送多个备份文件
    spring-boot 多线程
    java并发基础
    Java多线程中wait语句的具体使用技巧
    多线程的死锁
  • 原文地址:https://www.cnblogs.com/haoliansheng/p/3475151.html
Copyright © 2011-2022 走看看