Godaddy,客服作出的如下回答,请高手指点迷津,接下来如何操作!

Thisissueisaresultofascriptingissue,whichcanbeviewedbyusingacustomerrormessage.Bydefa... This issue is a result of a scripting issue, which can be viewed by using a custom error message. 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>
展开
 我来答
rizi012
2011-01-03 · TA获得超过1257个赞
知道小有建树答主
回答量:1696
采纳率:0%
帮助的人:826万
展开全部
这个问题是一个脚本问题,可以通过使用自定义错误消息看结果。 默认情况下,我们的Windows托管服务器显示,当任何一个一般性错误。NET应用程序产生一个异常。 我们显示一个通用的错误,因为详细的错误消息允许恶意用户获得敏感信息。 要解决这个错误,你可以修改你的web.config文件,并指定一个自定义错误信息显示。 自定义错误信息可以帮助您找到特定的代码,导致了问题。 注意:代码示例,我们在下面提供不构成一个完整的web.config文件。 不要替换现有的web.config文件与我们提供的代码。 改变你的web.config文件之前,我们建议您创建一个备份。 显示自定义错误消息/启用详细的错误的IIS 7上使用下面的代码示例显示在IIS 7中自定义错误消息中:<configuration> <system.webServer> <httpErrors errorMode="Detailed" /> <ASP的scriptErrorSentToBrowser =“真”/ > </的system.webServer>的<system.web> <customErrors mode="Off"/> <compilation debug="true"/> </的system.web> </配置“>
夽谷
2024-12-17 广告
SD-WAN跨境专线搭建需进行需求分析,明确带宽、延迟等需求;选择合适的SD-WAN服务提供商和设备;在分支机构部署SD-WAN CPE设备;通过控制器配置网络,实现自动化优化;并部署安全策略。完成后进行测试验证,确保网络稳定高效,最后进行... 点击进入详情页
本回答由夽谷提供
seaher2008
2011-01-03 · TA获得超过5726个赞
知道大有可为答主
回答量:5924
采纳率:50%
帮助的人:1811万
展开全部
godaddy的windows空间经过我的多次使用证实,它的空间并不能良好运行中国的asp和aspnet程序,我也是经过一年多的折腾才知道。
后来我转成php程序了。只有php程序才能很好运行在godady空间。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式