I'm building a WinJS app which is using iframes to display web pages.
When testing and running the application I am bombarded with "Access Denied" errors.
I'm not trying to interact with the iframe contents. I'm just trying to display the web page.
This is how I'm displaying external web pages within the app.
<iframe src="http://imgur.com/Yk299"></iframe>
This is an example of the errors thrown.
Exception was thrown at line 17, column 363 in
http://partner.googleadservices.com/gampad/google_ads_gpt.js
0x80070005 - JavaScript runtime error: Access is denied.
I have no idea how to deal with this.
If these errors can be ignored is there any way to set Visual Studio to ignore them?
Help would be great.
