分享

写回答

发帖

[评测] 请问这客服说的啥呀

GoDaddy GoDaddy 1714 人阅读 | 4 人回复

发表于 2011-2-12 16:48:01 | 显示全部楼层 |阅读模式

谷歌翻译了,有些地方还是看不懂

Dear Sir/Madam,

Thank you for contacting Online Support.

What you provided is a sub domain on the hosting account. The domain name itself and the sub domain are resolving without an issue for us when we went to them. Please use this Browser Tool and check to make sure that your browser is properly configured to work with our system. If everything is properly configured please try to empty your browser's cookie and cache files. This process will be unique to the web browser and operating system you are using. Please look to the help documentation for your browser for assistance with this process.  If you are not already, make sure you are using the most recent version of your browser. For Internet Explorer, try setting the security and privacy settings to medium or medium-low.
By default, our Windows hosting servers display a generic error when any .NET application generates 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 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 help you in any other way.

Sincerely,
Jason P
Online Support Representative

回答|共 4 个

add.c

发表于 2011-2-12 16:51:41 | 显示全部楼层

他们说你的子域名访问正常。 如果还有问题,用他给你的代码写到web.config里看看相信的错误信息

cqboy2003

发表于 2011-2-12 17:20:32 | 显示全部楼层

她说的都是鸟语
是关于子域名的

aixue

发表于 2011-2-12 17:38:42 | 显示全部楼层

太他妈滑稽了,我是给他们发了500错误的信,没过多久,立即我的网站可以访问了,同时收到这个回信,他竟然说我我站访问正常,是我自己的问题。一定是他们那儿设置了一下。

aikee

发表于 2011-2-15 14:49:06 | 显示全部楼层

呵呵,我也是这样,每次一有问题,只要发邮件,稍后访问立刻正常,但是GD回复邮件说没有任何问题。

add.c

发表于 2011-2-15 15:41:59 | 显示全部楼层

当然不 排除是服务器有其他人占用资源多被GD检查出来,
检查出来之后你的站就正常了
您需要登录后才可以回帖 登录 | 注册

本版积分规则