1 / 1
文档名称:

HTTP-1.1 500 Internal Server Error".pdf

格式:pdf   页数:1页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

HTTP-1.1 500 Internal Server Error".pdf

上传人:紫岑旖旎 2012/9/15 文件大小:0 KB

下载得到文件列表

HTTP-1.1 500 Internal Server Error".pdf

文档介绍

文档介绍:踏雪无痕
HTTP/ 500 Internal Server Error"
分类: WEB 2011-08-24 17:09 690人阅读评论(0) 收藏举报
 
错误的行为:
    Web 应用程序,此时发生错误:  尝试创建Web项目或打开位于
URL"http://localhost/WebApplication1"的Web项目时,Web服务器报告了以下错误。"HTTP/ 500
Internal Server Error"。
错误分析:
    1、看下IIS 的Web服务启动没有(Windows 2000、IIS );
    2、看下IIS 的Web服务的"属性" 中的"目录安全性"子项,此时点"编辑",看下里面用匿名访问IIS
的用户是什么,和本地用户组的用户是否保持一致;(如: 我的机器上的IIS匿名用户名
是:PSTUD。那么看下本地用户组的用户中是否也有同样的一个用户,并保证是激活的。)
    3、进计算机管理中,使用事件查看查看器( 2003 创建项目时引发的错误事件信息)
       ①.选"应用程序"选项, :
" could not be started. The error code for the failure is 80004005. This
error can be caused when the worker process account has insufficient rights to read
the .NET Framework files. Please ensure that the .NET Framework is correctly installed
and that the ACLs on the installation directory allow access to the configured
account. " 我分析了一下, Framework 组件出错,因为"
could not be started."(线程无法被创建)。
      
       ②. :
" could not be launched because the username and/or password supplied in
the processModel section of the config file are invalid. " 在系统事件中得到一致的错误信
息: "该服务器因为错误登录失败: 禁用当前的帐户。而无法登录至 Windows NT 帐号
'IUSR_machine(machine为计算机名称)'。此数据为错误码。"
   综合上述信息得出:此错误是由于IIS 与 2003 组件发生错
误.
    4、随便写个ASP页面或者HTML页面,然后在IIS WEB服务中新建虚拟目录。建好后就打开网页,此时我
的机器上的页面出现了乱码错误,查看源文件: "服务器应用程序不可用。您试图在此 Web 服务器上访问
的 We