security warning with https
-
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....
-
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....
Does your pages uses frames? There is javascript on it, or some type of activex? Check if you have some links using plain http instead of https. Eduardo Diaz site | english blog | spanish blog
-
Does your pages uses frames? There is javascript on it, or some type of activex? Check if you have some links using plain http instead of https. Eduardo Diaz site | english blog | spanish blog