User-686069569 posted
I have a 2.0 .NET css friendly web app running on IIS 5. I have installed ssl and so have pages configured and running over https.
The problem is that when I go to any of my https pages I receive the dialog box "This page contains both secure and non-secure items". So knowing that I have mixed content (http and https) I went searching in my code. What I found is that somewhere
in the menu adapter logic content is being rendered over http.
Can anyone tell me where this is happening and how I can fix it?
Thanks,
Doug.