Windows 2003 IIS6.0 unable to execute ASP solution
Enable Asp support
Windows Server 2003 is installed by default. IIS 6 is not installed and must be installed separately. After IIS 6 is installed, ASP support must be enabled separately.
Enable Asp and go to Control Panel> Administrative Tools> IIS (Internet Server)> Web service extension> Active Server Pages> allow
Control panel-> Administrative Tools-> IIS (Internet server)-Web service extensions-> server-side inclusion files-> allow
Control panel-> Administrative Tools-> iis (internet server)-web service extensions-> active server pages-> allow
Control panel-> Administrative Tools-> iis (internet server)-web service extensions-> server-side inclusion files-> allow
You must also enable parent path support.
Iis-website-home directory-configuration-option-enable parent path
Pay attention to permission allocation
Iis-website-(specific site)-(right-click) permission-full control of users
The maximum upload capacity of Windows is kb.
Disable the iis admin service in the service first.
Find metabase. xml under windowssystem32inesrv,
Open and find the asp tutorial maxrequestentityallowed to change it to the desired value,
Restart the iis admin service.
1. web service extensions allow active server pages and server-side files
2. Modify the attributes of each site
Home Directory-configuration-option-enable parent path
3. Make it possible to upload a file larger than KB (you can change it to the size you want. For example, add two zeros to the end to allow 20 MB)
C: windowssystem32inetsrvmetabase. xml
(The Windows 592nd Enterprise Edition is in line 204800. The default value is aspmaxrequestentityallowed = "200", that is, k.
Add it to two zeros, that is, change it to, and now the maximum size is 20 MB.
Aspmaxrequestentityallowed = "20480000"