Hi friends,
I read some articles regarding XSS or Script Injection Attacks. In those articles it is said that you can deal with it by turning off the request validation in the web.config file. for example :-
<pages validateRequest="true" />
Is it a good process to do this ?
Thanks and Regards
Akiii