Hi,
What application pool you are using? If it is .net framework 4.x, then try use .net framework 2.0.
Another way is do the setting below in your web.config
<httpRuntime requestValidationMode=″2.0″ />
Regards,
Ken