Print Page | Close Window

405 Method Not Allowed POST error

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Database Discussion
Forum Description: Discussion and chat on database related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=3960
Printed Date: 29 March 2026 at 6:47pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: 405 Method Not Allowed POST error
Posted By: smith_martin
Subject: 405 Method Not Allowed POST error
Date Posted: 30 June 2003 at 12:22pm

getting a 405 Method Not Allowed POST error on submission of form. VB / ASP code with Access 2000 db in same directory. I think it is a problem with my connection string but am not sure. here it is:

DB_CONNECTIONSTRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("registry.mdb") & ";"

relative newbie with ASP. Any help is greatly appreciated.



-------------
--
martin smith
http://students.mwc.edu/~msmit8iu/webdev/index.html



Replies:
Posted By: Bunce
Date Posted: 30 June 2003 at 9:55pm

doesn't look like a db error.

Show us the code from your form.

Cheers,
Andrew



-------------
There have been many, many posts made throughout the world...
This was one of them.


Posted By: smith_martin
Date Posted: 01 July 2003 at 8:05am

here's the form code: (snip)

<form action="recordr.asp" method=post>
<input type="hidden" name="driver" value="form">

F. Name <input type="text" name="fname" size="30" maxlength="50">
L. Name <input type="text" name="lname" size="30" maxlength="50">

<input type="submit" name="submit" value="Submit">
</form>

Thanks for any help.



-------------
--
martin smith
http://students.mwc.edu/~msmit8iu/webdev/index.html


Posted By: WebWiz-Bruce
Date Posted: 01 July 2003 at 8:23am
This error happens on Unix web servers, ASP doesn't run very well on Unix you will be better changing hosts to a Windows web server, or using PHP.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: smith_martin
Date Posted: 01 July 2003 at 9:23am

thanks a lot. I just checked, and that is the case. Looks like I'm either learning PHP for my Linux server, or moving to a Windows server.

Thanks again.



-------------
--
martin smith
http://students.mwc.edu/~msmit8iu/webdev/index.html



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net