Although the 2003 claims have a big breakthrough, its default support .NET architecture, and discarding the route of the ASP used for a long time, it is necessary to manually configure a lot of things.
In IIS 6.0, the default settings are especially stringent and secure, which minimizes attacks caused by the previous timeout and limitations. For example, the default configuration database properties implemented by 204,800 bytes, and limit individual fields to 100 kb. In the version before IIS 6.0, there is no post limit. The application system inside our school will often be mistaken in 2003. After these days, several schools found some problems, and the current solutions were as follows.
First, enabling ASP Support for Windows Server 2003 default installation, is not installed in IIS 6, need to be installed. After installing IIS 6, you also need to open support for ASP separately.
First step, enable ASP, enter: Control Panel -> Administrative Tools -> IIS (Internet Server) - Web Service Extensions -> Active Server Pages -> Allow
Control Panel -> Administrative Tools -> IIS (Internet Server) - Web Service Extensions -> Contains Files on the server -> Allow
In the second step, enable the parent path support. IIS- Website - Home Directory - Configuration - Option - Enable Parent Path
Step 3, Permissions Assign IIS- Website - (Specific Site) - (Right Key) Permissions - Explement Control
Second, solve the maximum limit of Windows 2003 can only upload 200K. First closes the IIS Admin Service service in the service to find the metabase.xml under Windows / System32 / Inesrv / under, open, find ASPMAXREQUESTETYALLOWED to change him to the required value, then restart IIS Admin Service Services 1. Extend the Active Server Pages in Web Service Extensions And in the server-side containing file 2, modify the properties main directory of each site - Configuration - Option - Enable the parent path 3, so that you can upload a file greater than 200K (modified to you want, if you make two 0, allow 20M) C: /Windows/system32/inetsrv/metabase.xml
(Enterprise version of Windows2003 in line 592, default is aspmaxrequestentityallowed = "204800", 200K
Plus it with two 0, that is, changed to, now you can upload 20M.
AskMAXREQUESTENTINTYALLOWED = "20480000"