iis 隐藏 banner

去微软官网下载这个补丁  http://www.microsoft.com/en-us/search/DownloadResults.aspx?q=urlscan+3.1

2、  安装urlscan_v31_x64.msi

3、  打开C:\Windows\System32\inetsrv\urlscan目录下urlscan.ini文件

4、  修改RemoveServerHeader=1

5、  重启IIS  =》CMD IISRESET

帮助 去这个  http://support.microsoft.com/kb/326444/zh-cn   查找 RemoveServerHeader   按照提示  

上一篇:《C专家编程》数组和指针并不同--多维数组


下一篇:[C++ Primer Plus] 第7章、函数(一)程序清单——递归,指针和const,指针数组和数组指针,函数和二维数组