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???