HTTP Error 405

Hi forumnites,

I have a login form that posts the user's login info to a .cfc,

<form action="SessionController1.cfc" method="post" target="_parent">

the page works fine on my local machine, however, on my jodohost CF account I am getting this error message:


HTTP Error 405 -The HTTP verb used to access this page is not allowed.

I've tried renaming the cfc and changed it's contents... still the same problem. I then did a google search and found that there is a problem with win2003 and iis6. Somehow, if the form is posting to a "static" page then this is the error message. A ".cfc" is not static and should be fine... Perhaps the webserser is not set to recognise ".cfc".. could this be the problem.

Does anyone have an idea about this...?

Thanks
 
I found the answer,

In H-sphere, under webservices and Coldfusion, I had to manually add .cfc extension.

Thanks anyhow
 
Back
Top