I believe this problem is with IIS configuration as I just set us up with Win2k server.
When I create a file called index.html with the following contents:
<form action=index.html method=POST>
<input type=submit></form>
It generates a 404 error when Submit Query is clicked.
When I create a file called index.html with these contents:
<form action=index.html method=GET>
<input type=submit></form>
It works fine.
Is there some way to turn off form POST in IIS? One of my coworkers did use the IIS lockdown tool.
Thanks!
When I create a file called index.html with the following contents:
<form action=index.html method=POST>
<input type=submit></form>
It generates a 404 error when Submit Query is clicked.
When I create a file called index.html with these contents:
<form action=index.html method=GET>
<input type=submit></form>
It works fine.
Is there some way to turn off form POST in IIS? One of my coworkers did use the IIS lockdown tool.
Thanks!