产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

管理来帮看看,安装时出现以下提示,不能安装下去 [复制链接]

1#
Server Error in '/' Application

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 (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>

        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>

    </system.web>
</configuration>
分享 转发
TOP
2#

地址是:http://pndzcz.heliohost.org/e/install/index.aspx要先点“运行SQL"按钮吗
TOP
3#

你这网站都被提示有安全风险了,还是先把不安全的东西清除再说吧。
TOP
4#

不是这个意思的吧
TOP
5#

怎么有个图片的
TOP
6#

感觉是主机问题,应该你主机都不支持asp.net,你这个好像是unix系统
TOP
发新话题 回复该主题