Il mio server NuGet lancia un 405 Non consentito quando provo a fare una spinta. Almeno, questo è quello che dice NuGet console:405 Metodo non consentito in NuGet Push
Failed to process request. 'Method Not Allowed'.
The remote server returned an error: (405) Method Not Allowed..
Ma quando guardo la risposta effettiva HTTP con Fiddler il problema sembra essere completamente diverso:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code></code>
<message xml:lang="en-US">The URL representing the root of the service only supports GET requests.</message>
</error>
Tutte le idee su quello che potrebbe essere in corso ?
Grazie!
Se si arriva a questo problema e si sta verificando questo problema, assicurarsi di eseguire l'OP e verificare la risposta HTTP, non tutti gli 405 sono uguali e NuGet non fornisce tutti i dettagli. – Liam