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

推荐订阅源

Attack and Defense Labs
Attack and Defense Labs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
博客园 - 三生石上(FineUI控件)
量子位
aimingoo的专栏
aimingoo的专栏
V
V2EX
Vercel News
Vercel News
B
Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News: Ask HN
Hacker News: Ask HN
TaoSecurity Blog
TaoSecurity Blog
N
News and Events Feed by Topic
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
S
Secure Thoughts
U
Unit 42
博客园 - 叶小钗
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News | PayPal Newsroom
Help Net Security
Help Net Security
S
Security Affairs
Microsoft Security Blog
Microsoft Security Blog
W
WeLiveSecurity
博客园 - Franky
Forbes - Security
Forbes - Security
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
Schneier on Security
Schneier on Security
I
InfoQ
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Webroot Blog
Webroot Blog
AWS News Blog
AWS News Blog
Last Week in AI
Last Week in AI
Security Archives - TechRepublic
Security Archives - TechRepublic
C
CERT Recently Published Vulnerability Notes
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
L
Lohrmann on Cybersecurity
SecWiki News
SecWiki News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
J
Java Code Geeks

博客园 - MSDI

报This application is currently offline……解决方法 用IIS建立高安全性Web服务器 关于缩略图的实现方式 - MSDI - 博客园 ASP返回操作必须使用可更新的查询错误4种可能 "此页的状态信息无效,可能已损坏。”的解决办法 - MSDI - 博客园 微软Silverlight和Adobe Flash短兵相接 Returnil Virtual System Personal/Business Beta 1.70.6160 DES对称加解密方法 数据库开发总结(ADO.NET小结) 核心对象的连载(String对象) 核心对象的连载(Date对象) TD的noWrap属性使用注意事项 核心对象的连载(Math对象) 核心对象的连载(Array对象) ASP.NET2.0教程(第二章) ASP.NET2.0教程(第一章) ASP.NET2.0教程(前言) asp.net上传图片并生成缩略图 GDI+ 中发生一般性错误的解决方法
Windows 2003 的默认上传文件大小和大小限制的问题
MSDI · 2008-04-10 · via 博客园 - MSDI

一、解决Windows 2003 的默认上传文件大小的问题:
1、修改“允许直接编辑配置数据库”为勾选状态;

2、在服务里关闭iis admin service服务
会提示
World Wide Web Publishing Service
HTTP SSL
这两个也会停止。(记得:改完后需要手动启动这两个服务!)
3、找到windows\system32\inesrv\下的metabase.xml编辑其中的ASPMaxRequestEntityAllowed 把他修改为需要的值,默认为204800,即200K 改成你需要的值。
4、这里需要注意一点就是要使用然后重启iis admin service服务

注意:
notepad.exe也就是要使用记事本修改
不要用WordPad.exe写字板修改否则会出现错误。
导致IIS服务不能启动!二、解决windows2003下载大小限制的问题
在 IIS 6.0 中,无法下载超过4M的附件时,可以按以下步骤解决:
1、先在服务里关闭 iis admin service 服务。
2、找到 windowssystem32inetsrv 下的 metabase.xml 文件。
3、用纯文本方式打开,找到 AspBufferingLimit 把它修改为需要的值(可修改为20M即:20480000)。
4、存盘,然后重启 iis admin service 服务。