hello,
is there any way i can make a global class file which has all the possible whitelist of sql injection and i can call that file on global.asax so any time any command match with my sql injection whitelist that command should not execute and user see error page that "you are not allowed to perform this funciton".
thanks