Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using azure web role for hosting my asp.net mvc website. it uses frames at some places. I am try to set the x-frame-options to sameorigin in IIS, but it does not work correctly. If i use fiddler to check my website header, i can see two copies of x-frame-options. 1) x-frame-options:Sameorigin 2)x-frame-options:Deny.

This is creating issue to my website as it does not allow frame access from parent.

From where can I remove x-frame-options:Deny value. I tried to add code also in global.asax to change the value of it, but always two copies are added.

Do you know how to change the value of this header so that i can atleast access my website content within iframe.

share|improve this question
Got the solution with guidance from consultingblogs.emc.com/howardvanrooijen/archive/2009/08/25/… – bhavesh lad Jan 10 at 7:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.