zoukankan      html  css  js  c++  java
  • TFS "TF30063: 您没有权限访问 MicrosoftIIS/7.0."

    管理Nuget包总是提示:TFS "TF30063: 您没有权限访问 Microsoft-IIS/7.0."

    解决方案:

    Open Internet Explorer browser, go to Internet Options/Security, select Local Intranet icon, click Sites button

    image

    On Local Intranet dialog click Advanced

    image

    and add your TFS server to the Websites list, like I did with mine (replace TFS with the name of your server)

    image

    Restart Visual Studio any enjoy NuGet from a new perspective!

    This solution apparently solves all of the issues I had with the dreaded 401. Let me know if it works for you as well.

    Considerations

    The problem might not be related to NuGet at all but rather to PresentationCore (NuGet is a WPF application) which gets confusing results from OS through some interop. NuGet/Visual Studio is just a combination that triggers the otherwise sleeping problem.

     原文参考:http://blog.rthand.com/post/2011/08/26/Fixing-combination-of-NuGet-and-Team-Foundation-in-workgroup-configuration-401-Unauthorized.aspx 

     
  • 相关阅读:
    maxProfit2
    maxProfit
    getRow
    generate
    hasPathSum
    minDepth
    isBalanced
    sortedArrayToBST
    不得不学的 TCP三次握手和四次挥手
    java生态框架、中间件该有的都有了
  • 原文地址:https://www.cnblogs.com/guanjie20/p/2678935.html
Copyright © 2011-2022 走看看