views:

18

answers:

1

Is there a way to open a MVC Page inside an iFrame of a webform?

A: 

There should be no problem to do that:

<iframe src="/Home/Index"></iframe>
korchev