Local nuget server: 405 Method not allowed
问题 I've configured a local nuget server as described here: http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds I can browse to it and look at the feed. But I can not publish packages to it. I just get error 405 all the time. I've made sure that the App Pool account has Change privileges for the Packages folder. My config: <appSettings> <add key="requireApiKey" value="true" /> <add key="apiKey" value="XXXXX" /> <add key="packagesPath" value="c:\projects\nuget\Packages" /> <