--- AMC <[EMAIL PROTECTED]> wrote: > I'm trying to post from an asp page to a php and I get this error: > > The page you are looking for cannot be displayed because the page > address is incorrect. > > then later on in the same page I get the error: > > http 405 resource not allowed > internet information services. > > I have no experience with php so any advice on what is causing > this would be greatly appreciated (and please excuse any bone-head > mistakes).
My only guess is: 1. You are using IIS 2. IIS doesn't know that 405 is the status code for Method Not Allowed 3. IIS is configured to not allow the POST request method That's truly a guess, but I might be right. :-) Chris ===== My Blog http://shiflett.org/ HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php