Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Status 405: Method not allowed
Message
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01103847
Message ID:
01104154
Vues:
17
This message has been marked as a message which has helped to the initial question of the thread.
There are only a handful of HTTP methods (like POST, GET, etc.). When I've seen 405 errors, they are usually caused by POST methods on remote web servers. Check that the server you're hitting hasn't disabled any of the methods you're using. If it's a localhost, you might want to create a new virtual directory (which will provide all HTTP methods by defualt) for your app and test it again.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform