In IIS Manager UI, right click on the application and select Properties.
There should be a "Virtual Directory" or "Home Directory" tab. On the tab,
there is a button called "Configuration..." and if you have an application
configured, it will be enabled. Then, in the "mappings" tab, make sure the
CGI page extension is listed there with a ScriptMap engine.
POST to a CGI or ISAPI should work by default as soon as you allow "Scripts
and Executables", have the right ACLs, and enabled the CGI EXE/ ISAPI DLL in
Web Service Extensions. POST to a Script need the additional configuration
in the "mappings" tab (which declares which CGI/ISAPI runs for the given
extension, at which point it is the same case as POST'ing to a CGI/ISAPI).
--
//David
IIS
<a style='text-decoration: underline;' href="http://blogs.msdn.com/David.Wang" target="_blank">http://blogs.msdn.com/David.Wang</a>
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"mbstone99" <mbstone99.1kvpp3.TakeThisOut@mail.webservertalk.com> wrote in message
news:mbstone99.1kvpp3@mail.webservertalk.com...
> I suspect that you either:
> 1. Did not declare the CGI page extension to be a ScriptMap
> 2. Did not allow Scripts/Executables execution option in the
> directory
> containing the CGI page.
>
I am having the same issue here with that 405 error. We are running
IIS on a Win 2003 Server. I checked all the NT file persmissions to
make sure they were correct as well as I made sure that web permissions
has scripting and executables execution option for the directory. The
only part that I don't understand where to turn it on is declaring the
CGI page extension to be a ScriptMap. Could you please elaborate on
how I set that up.
Thanks
Matt
--
mbstone99
------------------------------------------------------------------------
Posted via <a style='text-decoration: underline;' href="http://www.webservertalk.com" target="_blank">http://www.webservertalk.com</a>
------------------------------------------------------------------------
View this thread: <a style='text-decoration: underline;' href="http://www.webservertalk.com/message875349.html" target="_blank">http://www.webservertalk.com/message875349.html</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: HTTP Error 405-HTTP verb used to access this page is not a..