Probleme request handler iis7
Bonjour,
Je suis en train de monter un petit serveur iis 7, pour changer le mdp des utilisateurs sur le domaine, hier ca fonctionnait bien, et hier soir ca s'est mis à ne plus fonctionner, je ne comprend pas pourquoi.
la 1er du site s'affiche correctement (page en .asp) mais des qu'on clique sur un bouton de la page, ce message d'erreur s'affiche
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| HTTP Error 405.0 - Method Not Allowed
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used. Detailed Error InformationModule DefaultDocumentModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070001
Requested URL http://localhost:80/issadmpwd
Physical Path C:\Windows\System32\inetsrv\iisadmpwd
Logon Method Anonymous
Logon User Anonymous
Failed Request Tracing Log Directory C:\inetpub\logs\FailedReqLogFiles
Most likely causes:
The request sent to the Web server used an HTTP verb that is not allowed by the module configured to handle the request.
A request was sent to the server that contained an invalid HTTP verb.
The request is for static content and contains an HTTP verb other than GET or HEAD.
A request was sent to a virtual directory using the HTTP verb POST and the default document is a static file that does not support HTTP verbs other than GET or HEAD.
Things you can try:
Verify the list of verbs enabled for the module handler this request was sent to, and ensure that this verb should be allowed for the Web site.
Check the IIS log file to see which verb is not allowed for the request.
Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here. |
Je suis allé verifier dans tout les handlers ce matin, j'ai essayé de modifier tout ceux qui avait un rapport avec ou juste l'étoile (*) ou le .asp, en authorisant tous les verbes, et ceux au niveau de mon site et aussi au niveau du site par défaut.
Je ne comprend pas ce qu'il se passe, quelqu'un a t-il une idée?
Merci d'avance à ceux qui pourront m'aider