|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to prevent the HTTP 405 ERROR FROM ISS 6.0
Hello,
I am attempting to enter a secure web server via a browser. I have a web form where i can click a button. I am then taken to an authentication page where i need to type in my username and password.I need to push a file HTTPS to a server. The code is as follows: <html> <body> <form method="POST" action="https://1__.2__.5.1__/inbox"> <input type="hidden" name="test" value="test"> <input type="submit"> </form> </body> </html> After i click ok, I continue to get the HTTP Error 405 - The HTTP verb used to access this page is not allowed. Internet Information Services (IIS) To resolve this error i have done the following in IIS 6.0 1. Added MIME types: html, xml 2. In the machine.config file i have enabled the code which disables the POST AND GET methods. 3. Given the user full permissons. I am at a lost at to why this is continuing to happen. Does any one have suggestions as to how i can stop this. Any help to resolve this would be greatly appreciated. thanks |
|
#2
|
|||
|
|||
|
I don't use IIS6, but did you mean that you are disabling the use of POST and GET in
Quote:
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
405 Error
I would like enable the use of POST AND GET. The GET function is working. If a user tries to POST..they appear to be getting the 405 error via the browser.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > How to prevent the HTTP 405 ERROR FROM ISS 6.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|