`
qqchinaok
  • 浏览: 218303 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

又碰到IIS 访问asp得到500错误

    博客分类:
  • java
阅读更多
         上次碰到这个问题,是因为com+ 没有<span style="color: #390000; font-size: 14px; line-height: 22px; font-family: 'times new roman';">iis out-of-process pooled applications, 当时好像是重装了下iis解决了(记得不是很清楚。) 无奈今天问题又出现了,我也不知道咋回事,不过显然跟上次不一样。</span>
     <span style="color: #390000; font-size: 14px; line-height: 22px; font-family: 'times new roman';">iis out-of-process pooled applications还在那运行的好好的,看帖子说要同步下密码,所以执行了下 c:\inetpub\adminscripts>synciwam.vbs, 结果得到一个80110414的错误;然后有找了下,发现的确是密码不同步造成,解决步骤如下,</span>
<span style="color: #333333; font-family: arial, helvetica, sans-serif;">to resolve this issue, reset the passwords for the iusr and the iwam accounts so that they are the same in both the internet information services (<span class="searchterm" style="font-weight: bold; padding: 0px; margin: 0px;">iis</span>) metabase and in the local accounts directory. to do this, follow these steps: 1. click start, point to programs, point to administrative tools, and then click computer management.  <br style="padding: 0px; margin: 0px;">2. under system tools, click local users and groups, and then click users. <br style="padding: 0px; margin: 0px;">3. right-click iusr_computername, and then click set password. <br style="padding: 0px; margin: 0px;">4. click proceed. <br style="padding: 0px; margin: 0px;">5. type the password in the new password box and in the confirm password box, and then click ok. <br style="padding: 0px; margin: 0px;">6. right-click iwam_computername, and then click set password. <br style="padding: 0px; margin: 0px;">7. click proceed. <br style="padding: 0px; margin: 0px;">8. type the password in the new password box and in the confirm password box, and then click ok. <br style="padding: 0px; margin: 0px;">9. quit computer management. <br style="padding: 0px; margin: 0px;">10. click start, and then click run. <br style="padding: 0px; margin: 0px;">11. in the open box, type cmd and then click ok. <br style="padding: 0px; margin: 0px;">12. type cd drive:\inetpub\adminscripts, where drive is the drive where windows is installed, and then press enter. <br style="padding: 0px; margin: 0px;">13. to reset the password for the iusr_computername account, type the following command (where password is the password that you set in step 5), and then press enter:<br style="padding: 0px; margin: 0px;">               adsutil.vbs set w3svc/anonymoususerpass "password" <br style="padding: 0px; margin: 0px;">14. to reset the password for the iwam_computername account, type the following command (where password is the password that you set in step, and then press enter: <br style="padding: 0px; margin: 0px;">               adsutil.vbs set w3svc/wamuserpass "password" <br style="padding: 0px; margin: 0px;">15. update the starting identity of all <span class="searchterm" style="font-weight: bold; padding: 0px; margin: 0px;">iis</span> com+ application packages by typing the following at the command prompt: <br style="padding: 0px; margin: 0px;">               synciwam.vbs -v<br style="padding: 0px; margin: 0px;">note you may need to restart <span class="searchterm" style="font-weight: bold; padding: 0px; margin: 0px;">iis</span> for all changes to take effect. to restart <span class="searchterm" style="font-weight: bold; padding: 0px; margin: 0px;">iis</span>, click start, click run, type iisreset, and then click ok. <br style="padding: 0px; margin: 0px;"></span>
 
    说的有点多,但是非常清晰可执行,简而言之,就是设置了4个密码,最后执行了个同步。记录以备忘,及给其他人参考,此法确实可行。
<span style="color: #ff0000; font-size: small;">    顺便说下,看了养成随手记笔记的习惯真的很重要,拖着等有空再记下来,结果往往是不会记的,因为都忘记了,或是忘记了重点。很多问题解决了下次出现又要重新想办法。</span>
 
0
1
分享到:
评论

相关推荐

    iis500(错误自动修复)

    标题 "iis500(错误自动修复)" 指的是在IIS(Internet Information Services)服务器上遇到500内部服务器错误的情况。这个错误通常意味着服务器在处理请求时遇到了一个未知的错误,无法完成请求。500错误是HTTP状态...

    Win7 IIS配置解决ASP的500错误

    Win7 IIS 配置解决 ASP 的 500 错误 Win7 IIS 配置解决 ASP 的 500 错误是许多 ASP 开发者经常遇到的问题。在这篇文章中,我们将一步步指导您如何配置 Win7 IIS 来解决 ASP 的 500 错误。 首先,我们需要在 Win7 ...

    IIS 500错误 解决方案

    当用户尝试访问由IIS服务管理的网页或应用时,如果出现500错误,这意味着服务器遇到了一个内部错误,无法完成请求。这个错误通常不提供具体的错误信息,因此排查起来可能较为困难。然而,通过一系列步骤,我们可以...

    解决IIS浏览ASP出现HTTP500错误批处理代码(可解决99%该错误)

    解决IIS浏览ASP出现HTTP500错误批处理代码(可解决99%该错误)

    iis错误:500解决方法

    ### iis错误:500解决方法 在处理Windows XP专业版系统中安装IIS 5.1出现的页面无法正常显示的问题时,通常会遇到一个常见的错误代码——500内部服务器错误。本文将详细介绍如何彻底解决这个问题,并确保网站能够...

    http 500内部服务器错误说明IIS服务器无法解析ASP代码

    当在IIS服务器上部署ASP应用程序时,如果出现500错误,很大可能是由于服务器无法正确解析或执行ASP代码导致的。 #### 二、IIS中的ASP设置与调试 为了解决IIS服务器无法解析ASP代码的问题,需要对IIS进行一系列的...

    iis修复工具,专业修复IIS错误

    本机架设iis 访问asp文件 打不开 提示 "HTTP 500 - 内部服务器错误 internet 选项 --&gt; 高级 --&gt; 去掉"显示友好http错误信息" 然后再重新访问asp文件 显示"Active Server Pages 错误 ASP 0201 有的时候IIS出现严重...

    两个与IIS有关的ASP运行错误解决方案-IIS目录权限问题

    - **使用ASP错误页**:配置IIS以显示详细的ASP错误信息,有助于诊断问题所在。 4. **安全注意事项**: - 不要过度授予权限,避免引发安全性风险。 - 定期审查和更新权限设置,以应对潜在的安全威胁。 - 使用...

    iis500错误解决方案

    当用户尝试访问由IIS托管的页面时,如果遇到500错误,这通常意味着服务器遇到了一个未知的内部错误,无法完成请求。这个错误可能是由于多种原因引起的,包括配置问题、权限错误、应用程序错误等。下面,我们将深入...

    iis常见问题解答,如HTTP 500内部服务器错误

    在安装了IIS后,对ASP程序进行测试时,会出现Active Server Pages错误 'ASP 0201',这可能是由于360安全卫士或NOD32杀毒软件所致。解决方法是下载修复工具IISfixer.rar,解压后运行其中的iisfixer.exe文件,即可解决...

    IIS配置asp的网站

    * 打开网页时提示错误:当前标识(NT AUTHORITY\NETWORK SERVICE)没有对“C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files”的写访问权限的问题。解决方法:在cmd模式下输入:c:\WINDOWS\...

    ASP运行在IIS6 500错误解决办法

    总之,当ASP应用在IIS 6.0上遇到500错误时,应检查服务器的配置,特别是与安全性相关的设置,如父路径访问、权限控制等。同时,优化代码结构和文件包含策略也是提升应用稳定性和安全性的重要步骤。

    IIS5_HTTP500内部错误解决办法

    IIS5_HTTP500内部错误解决办法IIS5_HTTP500内部错误解决办法IIS5_HTTP500内部错误解决办法IIS5_HTTP500内部错误解决办法

    IIS配置:自定义错误页面自动跳转

    IIS配置:自定义错误页面自动跳转 IIS 配置中,自定义错误页面是非常重要的一方面,通过自定义错误页面,可以提供给用户一个友好的错误提示信息,而不是原始的错误信息。同时,自定义错误页面也可以用于记录错误...

    装了IIS不能访问asp文件的完美解决方案

    装了IIS不能访问asp文件的完美解决方案 内含有三个批处理文件和一说明文档,对于装了IIS不能访问asp文件的问题是个完美的解决方案,谢谢网友提供.

    IIS500错误修复工具

    IIS500错误,全称为HTTP 500 Internal Server Error,是Internet Information Services(IIS)服务器返回的一种标准HTTP状态码,表示服务器在尝试处理请求时发生了内部错误。这个错误通常意味着服务器无法完成请求,...

    修复IIS,ASP0201错误的工具

    标题中的“修复IIS,ASP0201错误的工具”指的是针对Internet Information Services (IIS)服务器在处理ASP(Active Server Pages)脚本时出现的特定错误ASP0201的解决方案。ASP0201错误通常表示“服务器找不到指定的...

    Win7 IIS7.5配置解决ASP的500错误.docx

    在Windows 7操作系统中使用IIS 7.5时,...综上所述,Win7 IIS7.5环境下配置解决ASP的500错误需要细心地调整IIS设置以及服务器环境。通过上述提供的步骤,可以系统地解决ASP的500错误,从而保证ASP应用程序的顺利运行。

    解决ASP.NET 的进程帐户没有访问IIS的权限

    在IT领域,尤其是在Web开发与服务器管理中,处理ASP.NET应用程序在IIS(Internet Information Services)上遇到的权限问题是一项常见的挑战。当遇到“解决ASP.NET的进程帐户没有访问IIS的权限”这一问题时,它通常指向...

    IIS自定义错误文件

    自定义IIS错误页面不仅限于基本的HTML页面,还可以使用ASP.NET、PHP或其他支持的脚本语言创建动态错误页面,这样可以根据具体情况提供更灵活的错误处理和报告。 总结来说,IIS自定义错误文件是提升用户体验和维护...

Global site tag (gtag.js) - Google Analytics