Solve the problem that Windows 2003 server upload files can't exceed 200K

  
 

When we use Windows
Server 2003 as the web server operating system
, we often find that uploading files can not be uploaded as long as it exceeds 200K. Many people think that it is their own website. The problem is that there is no problem when I put the website into the Windows
XP test. In fact, this is Windows
Server 2003Operating System
has made a 200K limit on ASP upload files, we only need to modify the corresponding configuration file.

1, first close the IIS service: start → set → control panel → management tools & rarr; service, find IIS Admin Service service, stop it; 2, find C: \\ WINDOWS \\ system32 \\ inetsrv \\MetaBase.xml file, open it with Notepad, find the ASPMaxRequestEntityAllowed inside, its value defaults to 204800, which is 200K, change it to the value you need, such as 104857600, ie 100M. Related screenshots are as follows:

3, restart IIS service: start → run → enter iisreset

Copyright © Windows knowledge All Rights Reserved