I have asked this question before with very little luck. My senario is, At home I've a pc running Server 2008 which has IIS7. On that I've built a small ASP.NET website, which has a domain name attached this allows me to see the website from outside using
www.mysite.co.uk. Also on my network, I've a home CCTV system which has a web based interface which I can view via an internal IP address i.e
http://192.168.200. I'd like to be able to include that page inside a master page on my website, I've tried the following code inside a page that get's loaded via a Master Page, this works well with an external webpage, but
not one that's external of my website but still on my network.
this works :-
iframe src="http://www.google.com" title="Google's Website">
<!-- Alternate content for non-supporting browsers -- ...
Go to the complete details ...