I am having problem in providing a path to the IFrame src.
I hav kept my html file in the same directory.But still i dont get it
I wrote like this:
<iframe id="iframe" frameborder="0" src="Dancing.htm" style="width: 100%; height: 700px;"></iframe>
But it gives me error as Resource Not found However if i write a view(.cshtml) page rather than HTM page it is loaded properly i am not undertsanding why this is happening
Please Help me.
You have to locate your *.html files out of Views folder.
Create HTML folder and copy your Dancing.htm file to that folder