Windows 2003 IIS6.0 unable to execute ASP solution

Source: Internet
Author: User

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"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.