asp.net 站点使用SSL加密信息时,在代码上应注意什么事项, 
编写代码时候,有什么语句,或方法是不能使用的..多谢

解决方案 »

  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.   

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