I am trying to submit a form using POST to a folder instead of an ASP page.
The folder contains a default page to recieve the data. The problem is that
the default page is not being invoked, so no data is getting to the page.
It is not possible to include the page name in the forms action. The result
i get is a Page Not Found message. It does seem to work fine using a GET
with IIS5.0. Can anyone help?