how i restricting my site to use in iframe on other domains.
Please help me...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priti KumariPosted Apr 17, 2014, 12:38 AM
Scott LyslePosted Apr 16, 2014, 4:57 PM
In the global.asax; add the following line to the begin request method: HttpContext.Current.Response.AddHeader("x-frame-options", "DENY");
This is intended to prevent clickjacking