5544992 发表于 2015-8-16 14:50:40

TFS "TF30063: 您没有权限访问 Microsoft-IIS/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

  On Local Intranet dialog click Advanced

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

  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
  Theproblem might not be related to NuGet at all but rather toPresentationCore (NuGet is a WPF application) which gets confusingresults from OS through some interop. NuGet/Visual Studio is just acombination 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
  
页: [1]
查看完整版本: TFS "TF30063: 您没有权限访问 Microsoft-IIS/7.0."