分享

写回答

发帖

[提问] 请问这是什么原因啊?谢谢!!我好菜。。。

GoDaddy GoDaddy 1680 人阅读 | 10 人回复

发表于 2008-5-28 12:17:56 | 显示全部楼层 |阅读模式

Server Error in '/' Application.
--------------------------------------------------------------------------------

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 (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>




我的是ASP的,放在 GD WINDOWS hosting,请问这是什么问题呢,谢谢各位了!!

回答|共 10 个

add.c

发表于 2008-5-28 13:32:02 | 显示全部楼层

你的权限问题,在filemanage里把相应权限设置好

judy820525

发表于 2008-5-28 14:41:55 | 显示全部楼层

原帖由 add.c 于 2008-5-28 01:32 PM 发表
你的权限问题,在filemanage里把相应权限设置好



非常谢谢Aadd.c好心帮助!!

可能问题就在于我不懂得怎么设置了。我给个附件给你看看。这空间我自己买的,这几天搞到头都大了!
请问你有更好的联系方式吗?再次谢谢!!
未命名副本.jpg

神猪

发表于 2008-5-28 14:44:34 | 显示全部楼层

这样 你先把程序目录带上所有权限 读写  子目录继承 看看程序出错不

add.c

发表于 2008-5-28 14:54:25 | 显示全部楼层

你照楼上的试试看
不过你那个“123”的文件夹是什么东西,没有可读权限

judy820525

发表于 2008-5-28 15:16:39 | 显示全部楼层

谢谢两位热心人!!
”123“是自己乱起的,里边没东西!
我按你们的方法又改了,可是页面还是出现那种问题。。。
未命名副本.jpg

add.c

发表于 2008-5-28 15:26:40 | 显示全部楼层

截图里面显示的还是灰色的,权限还没有生效

judy820525

发表于 2008-5-30 16:12:52 | 显示全部楼层

帮主,你好,我又回来了。
上面的“default aspx"是我把原来电脑的文件的”index.asp' 通过FTP重新上传后才在FTP改的,你看上面有个(default aspx
)然后我就去掉了“welcome.html"...不知道我这样做对不?都两天过去了,好像问题还同样存在啊。

    当我把本地电脑的原文件”index.asp'改成“default aspx"后,通过‘Internet 信息服务’在本地电脑是预览不了的!

    你在另一帖子上说把主页改成“default aspx",具体是怎么改的呢?不知道我这样改对不对?请版主原谅我菜!谢谢!!

add.c

发表于 2008-5-30 16:23:45 | 显示全部楼层

你做的不错。不知道你哪里错了
现在有什么错误提示呢

judy820525

发表于 2008-5-30 16:54:41 | 显示全部楼层

原帖由 add.c 于 2008-5-30 04:23 PM 发表
你做的不错。不知道你哪里错了
现在有什么错误提示呢

你说那个灰色的东西要多就才能生效呢,应为都过了两天了,还是灰色的!

出现的问题依然是一楼那段英文啊
Godaddy给我的回信是这样的:Online Support cannot generally provide troubleshooting assistance with web site design or coding. However, as a one-time courtesy, we have investigated this matter in more depth and have determined that you have an include statement in your code that is attempting to include a file that does not exist. Specifically, line 3 of your default page has the following code:

<!--#include file="conn.asp"-->

However, there is no file named conn.asp in your hosting path, which is why you are encountering errors.

Please let us know if there is anything else we can assist you with.

‘conn.asp‘这是我乱上传了的,后来好像把它删了的


楼主真辛苦你了,但我会感恩的!
您需要登录后才可以回帖 登录 | 注册

本版积分规则