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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top