This is a discussion on POST and ASP 0104 operation not allowed? - Inetserver ; I am performing a simple POST to an ASP file with post data not exceeding 70 bytes. I am returned the error 'ASP 0104 operation not allowed' pointing at the line 'value = Request("value")'. If I use a GET with ...
I am performing a simple POST to an ASP file with post data not
exceeding 70 bytes. I am returned the error 'ASP 0104 operation not
allowed' pointing at the line 'value = Request("value")'. If I use a
GET with the data passed on the URL, it works fine. Please advise.
Thanks.
IIS 5.0
Win2K Server