I wanted to address one of the vulnerability in the application – if a user use a proxy tool like fiddler and modify the form post parameter name or remove it on reissue of request it gives following error – “invalid postback or callback argument…”.
Wanted to know, how can I stop my application from displaying the YELLOW page in such scenarios rather display a custom page.