ASP “Operation not Allowed” error occured while eecute Request.Form method
I have run the following script for increase the file size for upload E:\inetpub\adminscripts cscript adsutil.vbs set w3svc/ASPMaxRequestEntityAllowed size After running the command.I am getting this error... Request object error 'ASP 0104 : 80004005' Operation not Allowed /ewqms370/common/indexintermediate.asp, line 63 ...for this code here: strUserName=Replace(Request.Form("txtUserName"),"'","''") Can anyone see something wrong??? Jakkwylde What value did you se the AspMaxRequestEntityAllowed property to? Remember that this should be specified in bytes so you may want to double check this.