Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling ASP script results in 404 Error

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
All

New to IIS, have no control over the server I'm working on either!

I have:

1) A simple HTML form with an action of :
:form action=signup.asp method=post:

2) an ASP script called signup.asp to send an email

When I submit the form, I get an 'Error 404', even thought the URL in the browser address bar is the exact URl of the script.

If I copy the URL into a new window and access it, the script runs, displaying the mising field errors correctly.

What do I need to do in order to call the script from the form?

Am used to Lasso and PHP, but this is killing me!

Thanks in advance!

Ben
 
Two things to try...

Try an absolute path for the action of the HTML form

Does signup.asp do a redirect to another page? If so, that could be what's causing the 404
 
testing your post. hope this works, and isn't a waste of my time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top