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

解决方案:

 

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

TFS "TF30063: 您没有权限访问 Microsoft-IIS/7.0."

On Local Intranet dialog click Advanced

TFS "TF30063: 您没有权限访问 Microsoft-IIS/7.0."

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

TFS "TF30063: 您没有权限访问 Microsoft-IIS/7.0."

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 

 

 

相关文章:

  • 2021-10-07
  • 2022-12-23
  • 2021-10-19
  • 2022-01-28
  • 2021-09-04
  • 2021-11-27
  • 2021-11-26
  • 2021-12-29
猜你喜欢
  • 2021-09-12
  • 2022-12-23
  • 2021-08-23
  • 2021-11-18
  • 2021-10-19
  • 2021-11-08
  • 2021-11-18
相关资源
相似解决方案