<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Li Yue [学习笔记] &#187; asp</title>
	<atom:link href="http://www.liyue.org/tech/archives/tag/asp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.liyue.org/tech</link>
	<description>技术笔记</description>
	<lastBuildDate>Sun, 18 Jul 2010 02:14:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP无组件上传文件问题</title>
		<link>http://www.liyue.org/tech/archives/82</link>
		<comments>http://www.liyue.org/tech/archives/82#comments</comments>
		<pubDate>Thu, 25 Sep 2008 02:36:53 +0000</pubDate>
		<dc:creator>李悦</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[asp]]></category>

		<guid isPermaLink="false">http://www.liyue.org/tech/?p=82</guid>
		<description><![CDATA[　　背景：在使用ASP的BLOG程序上传文件时候，报错，发现只能上传200K以下文件。运行环境是windows2003/IIS6，ASP程序是无组件上传模块。
　　错误信息：Request 对象 错误 &#8216;ASP 0104 : 80004005&#8242;
　　参考网址：微软知识库http://support.microsoft.com/kb/327659/
　　解决方法：修改默认允许的最大请求。首先停止IIS服务。打开 %systemroot%System32Inetsrv 中的 metabase.XML文件，查找AspMaxRequestEntityAllowed，修改默认的数值200K（204800），如50M为51200000。
　　建议：采用ASP上传组件替代无组件，并将上面数值还原。
]]></description>
		<wfw:commentRss>http://www.liyue.org/tech/archives/82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
