分享

写回答

发帖

[提问] 关于win 500 错误问题

GoDaddy GoDaddy 806 人阅读 | 6 人回复

发表于 2010-4-22 15:16:45 | 显示全部楼层 |阅读模式

我已经按照论坛windows主机读写权限设置了,网站目录的改写权限,但还是没法打开asp网页,显示依然是500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.我用的是科讯cms网站管理系统
怎么解决这个问题呢?

回答|共 6 个

jzw001

发表于 2010-4-22 15:17:20 | 显示全部楼层

我的博客有时候也会出现500错误,但是过一段时间就会自己好了。
RAKSmart

zongheng

发表于 2010-4-22 15:19:25 | 显示全部楼层

问题补充

后面提示截图的标识,子目录也有相应的标识

读写截图

读写截图

add.c

发表于 2010-4-22 15:20:15 | 显示全部楼层

回复 1# 的帖子

用web.config文件看看详细错误信息
GoDaddy 500错误解决

zongheng

发表于 2010-4-22 15:20:16 | 显示全部楼层

我的是打不开首页,除静态页面能打开,其它都没法打开
RAKSmart

zongheng

发表于 2010-4-22 15:22:44 | 显示全部楼层

我已经用按照500错误解决操作过了
按iis7.0把<configuration>
    <system.webServer>
        <httpErrors errorMode="Detailed" />
        <asp scriptErrorSentToBrowser="true"/>
    </system.webServer>
    <system.web>
        <customErrors mode="Off"/>
        <compilation debug="true"/>
    </system.web>
</configuration>
放在conn.asp里面还是一样,是不是操作部队

zongheng

发表于 2010-4-22 15:31:49 | 显示全部楼层

HTTP错误404.8 - 未找到
The request filtering module is configured to deny a path in the URL that contains a hiddenSegment section.请求筛选模块被配置为拒绝在URL中包含一个hiddenSegment部分道路。

测试信息提示
您需要登录后才可以回帖 登录 | 注册

本版积分规则