当前位置:首页 > Contributors > 正文内容

GoDaddy windows主机空间500错误之web.config文件

admin17年前 (2010-03-17)Contributors756

GoDaddy windows主机空间500错误 之web.config文件

GoDaddy主机出现500错误的主要原因主要有以下几点:

1.没有设置读写权限
参考:GoDaddy空间如何设置读写权限

2.数据库参数等其他代码等出错
这个情况需要用到web.config文件显示详细错误信息,本教程主要讨论这个

3..net程序需要full trust level,GoDaddy不能支持.
这个问题可以参考:GoDaddy主机iis相关设置教程
GoDaddy .net信任等级对asp.net程序的影响说明

4.其它未知错误
联系GoDaddy官方检查:联系GoDaddy客服发ticket教程


下面教程主要介绍如何使用web.config文件显示详细的错误信息,而不是单纯500 error

默认情况下.NET程序出现错误,客户端显示以下错误:
引用:
Server Error in '/mytestapp' 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.
我们可以通过创建或修改web.config文件使之显示详细的错误:
代码1:
(适用于IIS 6)
引用:
<!-- Web.Config Configuration File -->

<configuration>
  <system.web>
    <customErrors mode="Off"/>
  </system.web>
</configuration>
代码2:Windows IIS7的用户使用下面的代码:
引用:
<configuration>
    <system.webServer>
        <httpErrors errorMode="Detailed" />
        <asp scriptErrorSentToBrowser="true"/>
    </system.webServer>
    <system.web>
        <customErrors mode="Off"/>
        <compilation debug="true"/>
    </system.web>
</configuration>
使用web.config文件也可以配置显示错误面
其中的mycustompage.htm是你想设置的错误页面
引用:
<!-- Web.Config Configuration File -->

<configuration>
  <system.web>
    <customErrors mode="On"default Redirect="mycustompage.htm"/>
  </system.web>
</configuration>
Mode值的意思:
引用:
RemoteOnly:
Only users logged on to the console of the server can view the detailed error messages. Remote users will see the generic error page unless the defaultRedirect is defined, in which case the custom page is displayed.
On: No detailed error messages are shown. The custom error page will be used if it was specified in the defaultRedirect.
Off: Detailed error messages are shown for remote and local users. Use this value to set the value of mode.

附件是打包后的web.config文件,解压后传到空间.

使用于IIS6的web.config.zip

适用于IIS7的web.config文件.zip

扫描二维码推送至手机访问。

版权声明:本文由博赚恋吧资源站发布,如需转载请注明出处。

本文链接:https://www.432l.com/post/1820.html

标签: 免费空间
分享给朋友:

相关文章

P4Web免费PHP/MySQL空间,200M/支持FTP ,可绑米

P4Web免费PHP空间大小为:200MB ;月流量限制为:5,000MB ;支持FTP/WEB方式上传与管理文件 ;可以绑定域名或者使用他们官方赠送的二级域名 ;支持PHP5,并且提供MySQL数据库 ;该免费空间由飕飕然翻译与发布,转载请注明来自全球免费中心 ;P4Web免费空间采用LP管理面板,后台可以一键安装一些常用的php小程序;同时可以免费设置邮件转发 ;另外,他们还提供域名停放服务(...

博赚恋吧推荐----myd.net为您提供10G免费PHP空间

 myd.net为您提供10G免费PHP空间myd.net是美国一家虚拟主机空间提供商,为您免费提供10G大小的PHP空间,下面是该站点对免费空间的介绍:该免费空间主要性能为:无广告、无横幅图片10G大小网页空间100G月流量上限带CP在线控制面板、支持FTP远程管理可以免费绑定域名免费网络演示地址:http://freewl.myd.net/免费网络PHP探针:http://freew...

Ulmb美国5GB免费可绑米PHP空间

  Our service:- 500GB Data Transfer- 5GB Disk Space- Fast 100mbit Internet Connection- Automated Instant Activation- yourname.ulmb.com- yourname.com.net.sc- PHP & MySQL- 99.9% Uptime- FT...

lunarhosting1提供5G可绑域名免费PHP空间

lunarhosting1提供5G,流量每月40G可绑绑域名PHP/MYSQL/CP/FTP免费空间 Plan 1 Space 5 GB Brandwith 40 GB...

420MB-提供5G可绑米CP面板免费PHP空间

420MB提供5G可绑米免费空间,支持PHP5、CGI。可绑定域名。网址:http://www.420mb.com。...

最有效查找H球(h-sphere)方法整理

H球(h-sphere)空间就是国外类似商业空间的(相当于是国内的试用收费空间)免费试用空间,一般都是有独立IP的。国外的商业空间一般都是很稳定的。对于H球(h-sphere)空间而言,只要大家尽可能地控制在一定的知情范围,始终保持一个小圈子的氛围,绝不泄露出去,再加上一点运气的话,找到能用上一年两年的H球(h-sphere)空间并非是件难事。H球(h-sphere)空间不等同于其它普通空间,是绝...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。