WEB开发网
开发学院WEB开发ASP 传统ASP程序开发者使用IIS7小提示 阅读

传统ASP程序开发者使用IIS7小提示

 2007-06-18 12:04:38 来源:WEB开发网   
核心提示: An error occurred on the server when processing the URL. Please contact the system administrator---要想恢复到IIS6的状态也很容易,运行下面命令即可:%windir%system32inet

An error occurred on the server when processing the URL. Please contact the system administrator  

-------------------------------------------------------------------------------------------------------------------  

要想恢复到IIS6的状态也很容易,运行下面命令即可:  

%windir%system32inetsrvappcmd set config -section:asp -scriptErrorSentToBrowser:true  

或者你可以在窗口界面中找到以下这个选项:

之后你就能看到这样的错误提示信息了:

--------------------------------------------------------------------------------------------------------------------  

Microsoft VBScript compilation error '800a03ea'  

Syntax error  

/test.asp, line 4  

Response.Write("I love classic ASP" && foo)

-------------------------------------^ 

--------------------------------------------------------------------------------------------------------------------  

父目录默认是不能访问的  

在IIS6中我们默认屏蔽了父目录的访问,但是一些从XP升级到Vista的用户显然遇到了麻烦。因为在IIS5.1中,父目录默认是可以访问的。所以如果你使用了../../../includeFile.inc这样的路径,你就会得到这样的错误提示:

-------------------------------------------------------------------------------------------------------------------- 

Active Server Pages error 'ASP 0131'  

Disallowed Parent Path  

/test.asp, line 1  

The Include file '../bad.inc' cannot contain '..' to indicate the parent directory.

------------------------------------------------------------------------------------------------------------------  

要想恢复到IIS6的状态也很容易,运行下面命令即可:  

%windir%system32inetsrvappcmd set config -section:asp -enableParentPaths:true

或者你可以在窗口界面中找到以下这个选项:

上一页  1 2 3 

Tags:传统 ASP 程序

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接