EDIT - I have found the WebBrowser control is allowing IFRAMES to work, and by default.
My issue was more complicated, but, when using the WebBrowser control, the src evidently MUST always specify http:// especially when trying to get to a local host, as opposed when in a real browser, the IFRAME would not need the src so specifically set.
===============
Please help,
By default, the WebBrowser control does not let IFRAMES run. It does not matter what the src of the IFRAME is, the IFRAME goes into loading, with the cursor spinning, and it never completes.
Again, it does not matter what the src is. The src could be "http://www.microsoft.com" to "http://localhost", the IFRAME will not load.
The cause of this is because the WbeBrowser control to WebForms, by default, prevents IFRAMEs from loading. How can one override this, and let IFRAMEs run in t ...
Go to the complete details ...