分享

写回答

发帖

[提问] GD的空间, 可是里面的照片打不开,怎么办呀。 大侠帮忙

噜噜

发表于 2012-5-16 17:26:06 | 显示全部楼层

没设置过     是windows 的,   要在哪里新建温江呢?  谢谢
回复 支持 反对

使用道具 举报

回答|共 10 个

噜噜

发表于 2012-5-16 17:26:50 | 显示全部楼层

要再哪里新建文件  命名为web.config      不好意思  打错了
回复 支持 反对

使用道具 举报

暮木娃娃

发表于 2012-5-16 17:31:11 | 显示全部楼层

噜噜 发表于 2012-5-16 05:26 PM
要再哪里新建文件  命名为web.config      不好意思  打错了

godaddy windows主机设置读写权限专贴

新建的话,点击主机后面的Launch,在ftp File Management里面有一个new就是新建。点击new。然后点击保存的图标会让你给这个文件命名的,你命名为web.cnfig就可以了
回复 支持 反对

使用道具 举报

噜噜

发表于 2012-5-16 16:54:48 | 显示全部楼层

  看了半天  都没看懂怎么回事, 我什么都不懂的, 就在上面买了一个空间, 现在麻烦打了。   暮木娃娃   可以加你Q么,我的是877017414   帮帮慢把……
回复 支持 反对

使用道具 举报

暮木娃娃

发表于 2012-5-16 16:58:29 | 显示全部楼层

噜噜 发表于 2012-5-16 04:54 PM
看了半天  都没看懂怎么回事, 我什么都不懂的, 就在上面买了一个空间, 现在麻烦打了。   暮木娃娃    ...

哪部不会截图
回复 支持 反对

使用道具 举报

噜噜

发表于 2012-5-16 17:03:11 | 显示全部楼层

web.config文件  是什么东西呀,  怎么创建或修改web.config文件呢……{:soso_e110:}
回复 支持 反对

使用道具 举报

暮木娃娃

发表于 2012-5-16 17:06:42 | 显示全部楼层

噜噜 发表于 2012-5-16 05:03 PM
web.config文件  是什么东西呀,  怎么创建或修改web.config文件呢……

你设置过文件权限没有?
是Windows还是Linux主机?
新建一个文件,命名为web.config
回复 支持 反对

使用道具 举报

GoDaddy GoDaddy 2200 人阅读 | 10 人回复

发表于 2012-5-16 16:23:15 | 显示全部楼层 |阅读模式

买了一个godaddy的空间,  域名是国内的,现在域名已经绑定到了孔家, 网站可以打得开, 可是网站里面的图片点开来就变成下面那个样子了。客服回信也看不懂,不知道怎么操作。 哪位大侠帮帮忙, 告诉我一点方法好不好。   谢谢。

网站: www.newsourcestone.com


客服回信:
Dear,

Thank you for your response.

I understand you are experiencing an issue with the site resolving to a 500 error on the Internet. A review the domains shows it is not resolving to the nameservers for the hosting account on file. You will need to update the domain to the nameservers below and review the additional details for troubleshooting the 500 error.

ns05.domaincontrol.com
ns06.domaincontrol.com

By default, our Windows hosting accounts display a generic error when applications generate an exception. We display a generic error because the detailed error messages allow a malicious user to obtain sensitive information.


To troubleshoot the error, you can modify your web.config file and specify that a custom error message displays. A custom error message helps you to locate the specific code that is causing the issue.


CAUTION: The code samples we provide below do not constitute a complete web.config file. Do not replace your existing web.config file with the code we provide. Before changing your web.config file, we recommend creating a backup.



Displaying Custom Error Messages / Enabling Detailed Errors on IIS 6


Use the sample code below to display custom error messages on IIS 6:



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


Displaying Custom Error Messages / Enabling Detailed Errors on IIS 7


Use the sample code below to display custom error messages on IIS 7:


<configuration>
    <system.webServer>
        <httpErrors errorMode="Detailed" />
        <asp scriptErrorSentToBrowser="true"/>
    </system.webServer>
    <system.web>
        <customErrors mode="Off"/>
        <compilation debug="true"/>
    </system.web>
</configuration>





Please let us know if we can assist you in any other way.

Regards,
Brandon P.
Online Support

噜噜

发表于 2012-5-16 16:26:08 | 显示全部楼层

坐等 帮忙呀  {:soso_e150:}
回复 支持 反对

使用道具 举报

暮木娃娃

发表于 2012-5-16 16:28:56 | 显示全部楼层

目前显示的是500错误。客服让你将那段代码加到web.config里,显示详细的错误信息
参考Godaddy500错误解决方案
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则