500.19 Error when running nuget gallery from iis

后端 未结 4 1976
自闭症患者
自闭症患者 2021-02-07 15:17

I\'m trying to run a local install of Nuget Gallery but get a 500 error related to a bad config file. However, this only happens when running from IIS. If I run from IIS Expre

4条回答
  •  臣服心动
    2021-02-07 16:02

    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..

提交回复
热议问题