今天把ASP程序部署到iis7,出现An error occurred on the server when processing the URL. Please contact the system administrator。
下面的解决办法:
解决方法如下:
设置方法一:
以管理员身份运行CMD,将目录定位到%windir%\system32\inetsrv\,然后执行appcmd set config -section:asp -scriptErrorSentToBrowser:true。
%windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true
设置方法二:
打开IIS7的asp设置,展开“调试属性”选项,“将错误发送到浏览器”这项默认的是False,改为True,然后点右侧的应用!如图所示:
通过以上设置后,再从浏览时打开出错ASP页面时就能看到页面出错的详细信息,方使调试。如果是公开的Web服务器建议不要打开此选项,以防出错信息被他人利用。
在WINDOWS7或SERVER2008上安装了IIS7.5,调试ASP程序时出现以下错误:
An error occurred on the server when processing the URL. Please contact the system administrator
解决方法如下:
设置方法一:
以管理员身份运行CMD,将目录定位到%windir%\system32\inetsrv\,然后执行appcmd set config -section:asp -scriptErrorSentToBrowser:true。
%windir%\system32\inetsrv\appcmd set config -section:asp -scriptErrorSentToBrowser:true
设置方法二:
打开IIS7的asp设置,展开“调试属性”选项,“将错误发送到浏览器”这项默认的是False,改为True,然后点右侧的应用!如图所示:
通过以上设置后,再从浏览时打开出错ASP页面时就能看到页面出错的详细信息,方使调试。如果是公开的Web服务器建议不要打开此选项,以防出错信息被他人利用。
- 大小: 97.3 KB
- 大小: 97.3 KB
分享到:
相关推荐
解决方法:An error occurred on the server when processing the URL. Please contact the system administrator 在WINDOWS7或SERVER2008上安装了IIS7.5,调试ASP程序时出现以下错误: An error occurred on the ...
关于SAP NWCE 7.11错误"Application error occurred during the request processing."的分析与处理 标题中提到的SAP NWCE 7.11指的是SAP NetWeaver Composition Environment的7.11版本,这是一个用于企业级的业务...
遇到“MyEclipse在启动Tomcat时出现‘An internal error occurred during: "Calculating completion proposals..."’的警告窗口,通常是由于`java.lang.NullPointerException`异常引起的。通过检查项目配置、更新...
在开发报告过程中,可能会遇到一个令人头疼的问题,即“An error occurred during local report processing: report definition has an invalid target namespace”的异常。这个问题通常涉及到报表定义的目标命名...
myeclipse弹出an internal error occurred during:"initializing"java tooling.有时候myeclipse总是在保存的时候弹出错误,只要保存就弹出.本资源可以解决报错问题
这个错误表明在安装过程中,与该运行库相关的组件安装失败,具体错误信息可能为:“Error1935.An error occurred during the installation of assembly component Microsoft.VC80.CRT”。 #### 影响的产品 - Photo...
The document is mostly focused on the Android operating system, but some of the techniques are also applicable to Linux systems. The focus of the techniques presented in this document is the ...
在IIS7.5下,调试asp程序时,可能会出现“An error occurred on the server when processing the URL. Please contact the system administrator. If you are the system administrator please click here to find ...
在使用.NET Framework进行Windows应用程序开发时,可能会遇到一个常见的错误提示:“A generic error occurred in GDI+”。这个异常通常在处理图像、图形或者打印任务时出现,涉及到GDI+(Graphics Device Interface...
默认网页代码出错浏览器会出现“An error occurred on the server when processing the URL. Please contact the system administrator”。在 iis 的主页-->ASP -> 双击打开->调试错误-> 将错误发送到浏览器: True ...
标题 "An internal error occurred during: \"Building workspace\". Java heap space" 描述的是一个常见的Eclipse集成开发环境(IDE)中的问题,当用户尝试构建工作区时遇到内存不足的情况。这个错误表明Eclipse在...
如果没有安装 VNC,可以使用命令 `yum install tigervnc tigervnc-server`进行安装。 安装完成后,需要配置 VNC 服务。可以使用命令 `vi /etc/sysconfig/vncservers`编辑配置文件,并添加以下内容: ``` ...
根据本人运维经验,结合openVPN社区相关案例,针对TAP-Windows-adapter安装失败“an error occured installing the TAP device driver”错误提示,提出五种解决方案
在 WINDOWS7 或 SERVER2008 上安装了 IIS7.5,调试 ASP 程序时出现以下错误: An error occurred on the server when processing the URL. Please contact the system administrator。解决方法有两种: 1. 以管理员...
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely ...
主要介绍了关于eclipse安装spring插件报错An error occurred while collecting items to be installed...解决方案,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面...
1 simple line of code to show the effects of how the Mouse Pointer changes with the click of a button.
- Increased error reporting detail for the standard RAM test, when the -v command line option is used. Release 5.3 build 1014 WIN32 release 30 January 2008 - Corrected a problem where the loopback ...
另外,还需要设置`USEREXIT`参数为`ON`,以确保数据库能够在归档日志模式下正常工作: ```sql DB2 UPDATE DB CFG FOR <database_name> USING USEREXIT ON ``` 再次运行`DB2 GET DB CFG`命令检查配置是否已成功更改...