Hi, I'm writing a screen scraper using VB.NET / IE7. I'm basically attempting to convert an old VB program, though running into some security issues. When accessing a frame as a HTMLWindow2 then attempting to read any attribute I'm recieving E_ACCESSDENIED. The pages are from different sub-domains, eg. Browser = www.domain.com Frame = sub.domain.com
So I'm assuming the cross domain security is kicking in. I didn't experience this issue with earlier versions of IE and I haven't been able to find a managed code solution that works. As a fall-back I thought it might be possible to install IE6, though it appears this would be a project in itself. I can't open the frame in a new browser as the content differs. If I were to use a virtual machine, I would need to install the complete set of development tools etc. I'm basically at my wits end with this and hoping someone out there has a suggestion that might work! Cheers,
