security warning with https

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello folks,

I've integrated my ASP.NET website with a portal on web. My website opens in
a frame provided by the web portal. The portal uses https protocol. Now when
i open my website IE displays a security warning saying "This page contains
both secure and un-secure items. Do you want to display the non secure
items". When i hit yes every thing works fine.

What should i do to remove this security warning. My ASP.NET web page has a
user control. Does the security warning has anything to do with that control?

Thanks in advance....
 
Do you have content on there coming from non https sources?

If so, I don't think there is a way to get around the warning. It is there
to protect the user so they are aware that some of the page is potentially
unsecure.
 
you need to switch your site to use https for all its content.

-- bruce (sqlwork.com)
 
Back
Top