10 2011 档案
摘要: 由于微软Webbrowser控件的限制,使用Webbrowser.Document.Cookie是不能获取到HttpOnly的cookie的。采用扩展的csExWB Webbrowser控件,就可以获取到HttpOnly的Cookie阅读全文
摘要: 用IIS作为FTP服务器的时候,使用默认设置每次连接都会提示 “220-Microsoft FTP Service”,如果想禁用这个提示,可以用如下办法来解决: 1. At a command prompt, change the location to the %systemroot%/inetpub/AdminScripts folder. 2. At the command prompt, type cscript adsutil.vbs enum msftpsvc, and then press ENTER. 3. At the command prompt, type cscrip.阅读全文