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!

  • 相关阅读:
    Nginx学习高可用
    Nginx安装学习
    Nginx服务器熟悉
    SVN无法连接解决方法
    CentOS 7下搭建SVN服务器&多项目教程
    iframe操作
    Java 微服务架构选型
    vue-cli4.5创建vue项目
    线程间的协作(wait/notify/sleep/yield/join)
    多线程的创建、停止
  • 原文地址:https://www.cnblogs.com/haoliansheng/p/3475151.html
Copyright © 2011-2022 走看看