惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
S
Security @ Cisco Blogs

博客园 - 生活无限

倪昇阳,软考中高项讲师 视频网站 阻止迅雷劫持下载 WebBrowser控件默认使用IE9,IE10的方法 Windows Server 2008 R2 WEB 服务器安全设置指南 VS2008注册码 电源 找不到类型或命名空间 datarowview 123 专门查看阻塞和死锁情况以及引起的SQL语句,你可以创建后,直接运行之。 监控SQL 图片防盗链 123123 计算数据库中各个表的数据量和每行记录所占用空间 <a href="javascript:void(0);" id='test' onclick="javascript:alert('即将上线,敬请期待!');"><em class="rmwd"></em>征稿平台</a> 根据另外一个表来更新,增加字段 IP访问SQL数据库设置 SQL大数据查询分页存储过程 access 还原数据库方法
IIS6.0禁止用户下载txt文件
生活无限 · 2016-03-29 · via 博客园 - 生活无限

服务器win2003+IIS6.0,在IIS上限制下载.txt文件,方法比较简单,在IIS的应用程序扩展名映射中为资源扩展名指定一个错误的可执行文件即可。

打开记事本,直接将空内容保存为C:\WINDOWS\system32\txt.dll;
在IIS6.0中打开站点属性页,切换到"主目录",点配置按钮:
在"映射"界面中点击添加按钮,设置如下:
可以执行文件设置 C:\WINDOWS\system32\txt.dll
扩展名设置 .txt

txt.jpg - 大小: 28.89 KB - 尺寸: 441 x 255 - 点击打开新窗口浏览全图


访问.txt资源文件显示404错误。