Recently I was flipping through some security issues faced by websites. Fortunately come across a new term \"Click jacking\"
I understood that this attack happens on
Just put following code under section in web.config file
web.config
NOTE : The X-Frame-Options header may contain one of three tokens.You either add any of these.Each one has its own significance. DENY SAMEORIGIN ALLOW-FROM origin For details visit MSDN blog : Combating ClickJacking With X-Frame-Options
NOTE : The X-Frame-Options header may contain one of three tokens.You either add any of these.Each one has its own significance.
X-Frame-Options
For details visit MSDN blog : Combating ClickJacking With X-Frame-Options