pinki
pinki

Reputation: 1418

A potencially dangerous Request.FormValue was detected by the client.,

I have a aynchronousFileUpload control in a userControl. When I am trying to upload a File I have got an error " A potencially......". Usually when I got this error earlier on an aspx page i made validaterequest=false and then it worked ., but now i got this error with a user control any suggestions ......

Thanks in Advance

Upvotes: 1

Views: 60

Answers (1)

Dennis Traub
Dennis Traub

Reputation: 51624

If you're using ASP.Net 4.0 then this might help: Change in ValidateRequest in ASP.Net 4.0

Upvotes: 1

Related Questions