Secure and Nonsecure items

  • Thread starter Thread starter Baiju
  • Start date Start date
B

Baiju

Hello

We have a .NET web application which runs on SSL. I am frequently getting
messages like "This page contain both secure and non secure items. Do you
want to continue ?" When I take pages containing datagird. Is there a way to
disanle this message ?

Thanks
Baiju
 
Baiju said:
Hello

We have a .NET web application which runs on SSL. I am frequently getting
messages like "This page contain both secure and non secure items. Do you
want to continue ?" When I take pages containing datagird. Is there a way to
disanle this message ?

Thanks
Baiju

This usually just means that your page is loading items from http &
https sources; check for it, correct it :-)

Cheers
 
Back
Top