IIS HTTP 500 error solution under Vista

  
                  

I encountered http500 error when debugging a blog system yesterday, so I found the corresponding settings in IIS7 according to the 2003 solution. The specific operation is as follows:

First, open the function view of IIS7 "ASP In the "Setting Options - Debugging Properties", "Send detailed error to the browser" is changed to "Application" on the right side of the "TRUE" point;

Second, then in the "Error Page" setting option, double-click 500 One line, then click the file and press "Settings" after the path. In the dialog box that pops up, change the file name in "relative file path" to "500-100.asp", all the way to determine.

Third, in the IE7 Internet option, the advanced "display friendly HTTP error message" tick off.

At this time, debugging ASP will cause specific errors, which is very helpful for modification! I am showing this

"Active Server Pages error 'ASP 0131'

Do not allow parent path

/Admin/index.asp, line 1

contains the file '../Conn.asp' can not use '..' to indicate the parent directory."

Then refer to the method of opening the parent directory in 2003 to set up IIS7, as follows:

Open IIS7's function view "ASP Settings Options - Behavior" in the "Enable Parent Directory" is changed to "TRUE" and then click "Apply" on the right.

Copyright © Windows knowledge All Rights Reserved