I'm working on a legacy web application - frames and a mixture of html, asp and aspx. The entire site is https.
For some strange reason when I hit a specific page I get the magic message that says the Page contains both secure and nonsecure items. (IE obviously doesn't want to tell me what those resources are) I have checked the page that's being loaded and there are absolutely no http://... links - everything is relative links. I have fired up fiddler and checked what's being requested - everything looks fine.
I am completely at wit's end here. I have absolutely no idea why I'm getting this message, but it's completely screwing with the site.
How do I track down the underlying cause?