IIS HTTP 500 error solution under Vista

  
Yesterday I encountered a http500 error when debugging a blog system, so I found the corresponding settings in IIS7 according to the 2003 solution, the specific operation is as follows: First, open the IIS7 function view & ldquo ; ASP set options - debug properties & rdquo; in the "send detailed error sent to the browser" later changed to "TRUE"; point to the right of the "application" rdquo;; Second, then in the "error page" setting options , double-click on the 500 line, and then click the file to follow the path set “. In the dialog box that pops up, change the file name in the "relative file path" to "500-100.asp", and confirm all the way. Third, the IE7 Internet option, the advanced "Show friendly HTTP error message" is removed. At this time, debugging ASP will cause specific errors, which is very helpful for modification! My display is “Active Server Pages error 'ASP 0131' does not allow parent path /Admin/index.asp, line 1 contains file '../Conn.asp' cannot use '..' to represent parent directory. ” Then it is to refer to the method of opening the parent directory in 2003 to set up IIS7, as follows: Open the function view of IIS7 “ ASP set options - behavior & rdquo; in the "Enable parent directory", then changed to "TRUE" rdquo; On the right side of the "application”.
Copyright © Windows knowledge All Rights Reserved