The Problem When trying to publish NuGet Packages to a NuGet server you get the error message: Failed to process request. ‘Method Not Allowed’. The remote server returned an error: (405) Method Not Allowed. The Solution Found in this post on stackoverflow.com: When you LIST packages in NuGet server you point to http://nugetserver.com/nuget. However when […]