I have a website that, until now, worked fine using a single .asp page that checked a specific query string. For example:
The page would be process using <SELECT CASE> and would load the server side include (SSI) file specified by the <CASE "FlyingHigh">.
The problem is that I've introduced a new .asp page that is a form and when using the POST method and this particularly designed website, I get an error (HTTP 405 - Resource not allowed).
I hope I explained it clearly. Does anyone have a solution other than breaking away from using SSI to process the form results?
Regards,
Ed
The page would be process using <SELECT CASE> and would load the server side include (SSI) file specified by the <CASE "FlyingHigh">.
The problem is that I've introduced a new .asp page that is a form and when using the POST method and this particularly designed website, I get an error (HTTP 405 - Resource not allowed).
I hope I explained it clearly. Does anyone have a solution other than breaking away from using SSI to process the form results?
Regards,
Ed