500.19 Error when running nuget gallery from iis

北城以北 提交于 2019-12-03 05:35:18

This has got to be the worst error message ever. Url Rewrite Module wasn't installed. Works fine now.

To run NuGet Gallery, you need the following prerequisites (which contains the URL Rewrite Module):

  • VS 2010 or higher
  • PowerShell 2.0
  • NuGet Package Manager
  • Windows Azure SDK

Came across this today and the URL Rewrite was the blocker as well. So first thing I did was go to Windows Features and tried to enable this feature for Internet Information Services but noticed that it wasn't there ( for Windows 8.1 and IIS 8.5 ) :(

So, as a side note, the best way to enable the module is to use the Web Platform Installer, find the module by searching for "rewrite" and just install it.

Nuget Gallery is working for me now. I should really change their documentation on Git and contribute to this..

You can try to comment whole <rewrite> section in your Web.config. It's work for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!