How does IIS7 and IIS8 configure the ASP runtime environment ?, Iis7iis8
In IIS7 and IIS8, there is no ASP by default. This article explains how to add an ASP runtime environment and how to configure it.
Take win7 + IIS7 as an example. First Open Control Panel-programs and functions.
Click "enable or disable windows function" on the left, and select the "Internet Information Service"-"World Wide Web Service"-"application development function"-"ASP" check box.
Then, go back to the control panel, open "Internet Information Service (IIS) manager" in "Administrative Tools", click on the default site, and you will find that the ASP option is added.
Double-click the ASP icon to open the ASP configuration page. You can see several common configurations:
1. Enable the parent path to facilitate ASP file reference;
2. Modify the Upload File limit to facilitate uploading of large files. The default value is 200 kb;
3. Send the error to the browser to check the program's error message;
4. session Timeout. You can set the session cycle as needed.
After modification, do not forget to click "Apply" in the upper-right corner of the configuration page to save the settings.
Go back to the default site Main Interface, double-click the "Default document" icon, and add index. asp to the default document.
If it is a 64-bit operating system, we 'd better set the application to be compatible with 32-bit running. The operation is as follows:
1. Open the IIS application pool, select the application to be set, and click "Advanced Settings" under "Edit application pool" in the list on the right ";
2. Change "enable 32-bit application" to "True ".