I had an ASP.Net webpages site working fine (it's a booking application that people link to - a hosted service).
Some people just allowed a link to my site/application to open in a new window. Other embeded it within an IFrame on their site.
I have started updating it to MVC - however, the MVC version no longer works within an IFrame.
Is there any way, within IIS7.5 or within the controllers in MVC, to allow my application/site to display wihin an iFrame?
Thank you,
Mark