asp.net站点使用SSL加密,在使用https:\\www.....訪問時, 總是出現安全提示, 是什麼問題呢,
如何解決?

解决方案 »

  1.   

    問題解決,原文如下:
    When you browse to a page through HTTPS, you may receive following Security Information warning message: 
    This page contains both secure and nonsecure items.Do you want to display the nonsecure items? 
    This occurs when the page contains an IFRAME that does not specify a SRC attribute. 
    CAUSE
    The warning message occurs because Microsoft Internet Explorer is unable to determine if the SRC attribute of the IFRAME is secure or unsecure. 
    RESOLUTION
    To resolve this problem for a page that will be downloaded through SSL, set the SRC attribute of the IFRAME.If the IFRAME is not expected to have a SRC attribute initially, point the IFRAME to a dummy HTML page. 
      

  2.   

    对哦,如果网页中包含任何来自其它地址的内容 就会提示网页有不安全的元素,叶面中有Flash也是一样的效果 包含object的咚咚都会提示不安全
      

  3.   

    我也要,分点分数给我.把IE的INTERNET选项->安全->自定义->设置一下就可以的.
    我记得好像是修改显示混合内容,一个证书时不提示.还有一项不记得.以前试过这样就不会出现提示框的了.
      

  4.   

    http://community.csdn.net/Expert/topic/4338/4338332.xml?temp=.746319
    http://community.csdn.net/Expert/topic/4330/4330890.xml?temp=.6182062