Enable http6 error details of IIS7 under win7 to show how to do

  
                                    

In order to debug the program, you can open some debugging functions in the "Setting Options - Debug Properties" dialog box to facilitate debugging of the program. Let Zhiwen Studio introduce you to the specific operation method:

1. Open the function view of IIS7: "ASP-Open function (top right) - Debugging properties & rdquo; Go to the browser & rdquo; later to “TRUE”, then click on the right side of the application & rdquo;;

2, then in the "Error page" setting options, double-click the 500 line, then click The file is followed by “ settings & rdquo;. In the dialog box that pops up, change the default file name “500.htm” in the "relative file path" to "500-100.asp".

3, in the IE browser "Internet Options", the "advanced" in the "advanced", "Show friendly HTTP error message" & t;

At this time, debugging ASP will cause specific errors, and find the corresponding solution according to the specific error prompts to find the online help documentation!

For example, common mistakes for novices are:

Detailed error message is displayed

“Active Server Pages Error‘ASP 0131′ Help documentation to find out the cause of the error is "unallowed parent path", please Follow these steps to enable the parent path:

1. Click Start, click Administrative Tools, and then click Internet Information Services Manager.

2. Expand the Web site in the IIS console to run OWA (usually this is the default website).

3. Locate the web folder that contains the ASP web application.

4. Right-click the Web folder and click Properties.

5. On the Contents tab, click Configuration in the Application Settings section.

6. On the Application Options tab, click to select the Enable Parent Path check box.

7. Click OK, and then click OK to apply the changes again.

Copyright © Windows knowledge All Rights Reserved