<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Maxupload on Details...</title>
    <link>https://www.deepreflect.net/tags/maxupload/</link>
    <description>Recent content in Maxupload on Details...</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Copyright © 2003 - 2026 Leonardo Rizzi</copyright>
    <lastBuildDate>Tue, 30 Jun 2026 03:28:29 +0200</lastBuildDate>
    <atom:link href="https://www.deepreflect.net/tags/maxupload/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>IIS maxupload limit ASP</title>
      <link>https://www.deepreflect.net/2009/02/08/iis-maxupload-limit-asp/</link>
      <pubDate>Sun, 08 Feb 2009 04:19:59 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=425</guid> 
      <description>&lt;p&gt;IIS 6 on Windows Server 2003 or R2 has a limit of 200 KB for ASP requests in general and file uploads. To change this limitation you need to edit the Metabase file, which can be found at c:\Windows\System32\Inetsrv\MetaBase.xml.
Follow these steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Stop IIS from command line&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;iisreset /STOP&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Open MetaBase file, find the variable AspMaxRequestEntityAllowed limits the number of bytes in the page request (by default 200KB); change the value to 1073741824 (unlimited) or to a limit of your choice.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>IIS 6 on Windows Server 2003 or R2 has a limit of 200 KB for ASP requests in general and file uploads. To change this limitation you need to edit the Metabase file, which can be found at c:\Windows\System32\Inetsrv\MetaBase.xml.
Follow these steps:</p>
<ul>
<li>Stop IIS from command line</li>
</ul>
<p><code>iisreset /STOP</code></p>
<ul>
<li>
<p>Open MetaBase file, find the variable AspMaxRequestEntityAllowed limits the number of bytes in the page request (by default 200KB); change the value to 1073741824 (unlimited) or to a limit of your choice.</p>
</li>
<li>
<p>Start IIS from command linet:</p>
</li>
</ul>
<p><code>iisreset /START</code></p>
<p>There&rsquo;s another way for do this change without stop the service but sincerly IIS is a Microsoft program, I&rsquo;m no sure about this operation..</p>
<p>Go to IIS and right click the server, select Properties, and check the box &ldquo;Allow changes to MetaBase configuration while IIS is running&rdquo; then try to edit metbase file.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
