본문 바로가기

Server Story..../Windows Server

Windows 2003 에서 다운로드 업로드 용량 제한 하는 방법.

  1. Before you can edit the metabase.xml file you must tell IIS to allow you to edit the file.  In IIS, right click the name of the server and select properties.  Check "Enable Direct Metabase Edit".

  2. Find the metabase.xml file located in C:\windows\sytem32\inetserv and open the file in Notepad.
  3. Search for AspMaxRequestEntityAllowed and increase the value.  The default value is 204800 (200K).  Setting the value to 1000000 will allow 1 MB file uploads.
  4. You may now wish to uncheck the IIS property called "Enable Direct Metabase Edit".

To increase the file download size limit, repeat all steps above but in Step 3 find the parameter called AspBufferingLimit.  The default download limit is 4MB.