Hi guys,
I'm testing a simple form post method on a ASP page to another ASP page, then the 2nd ASP page will send out an email.
I'm using windows OS and IIS server on my machine. But when I gave these 2 pages to my friend and he upload into a Linux and Apache Server, an error as shown below occurs.
Method Not Allowed
The requested method POST is not allowed for the URL /email.asp.
--------------------------------------------------------------------------
Apache/1.3.34 Server at [website URL] Port 80
How do I solve this?
How to create a simple forms with post method for Linux and Apche Server?
How to send email on asp for Linux and Apche Server?
Anyone can gives some samples?
I need the solution urgently.
Thanks alot guys...