Thank you for the response
I got a 405 message saying something about a verb in error, which
looking through the logs is "POST". GET works fine.
I found the problem: As people have been mentioning regarding this
error, my page extension were .html and apparently you can't post to an
html page since IIS thinks the page is "static" which I really dont
understand...
So my solution was to change the pages from .html to .asp. This,
however, doesnt seem as it should be the correct solution. Is/Are there
another way to solve this problem?
Walter Weiss wrote:
> Hi
>
> what error message did you get?
> whats logged in W3SVC + HTTPErr logs
> whats the page extension? (Html, ASP, ASPX)
>
> Walter
> IIS support engeneer
>
> "Tom Machado" <tommahhh RemoveThis @hotmail.com> wrote in message
> news:1158266672.050125.273230@h48g2000cwc.googlegroups.com...
> > Hello,
> >
> > I have been unsuccessfully looking all around to try to find out how to
> > enable the POST method for IIS 6.0 so my html pages w/ jscript will
> > run.
> >
> > I read that the most probable cause is that IIS sees my pages as
> > "static" - how to I fool IIS to think they are dynamic?
> >
> > I have my execute permissions set to scripts only and read access.
> >
> > Other than that I have no clue....
> >
> > Thank you!
> > >> Stay informed about: HTTP 405 Error / How to enable POST in IIS 6.0 to allow js..