`

IIS not work because of Com+ Application error or IWAM user not have password

    博客分类:
  • C#
 
阅读更多

今天遇到了一个问题。XP的IIS 5.1 安装成功后会出现:

Server Application Error

 

解决方案:

1.Com+ Applicaton error:

Error code - 8004E00F - COM+ was unable to talk to Microsoft Distributed Transaction Coordinator

 

 1.1   msdtc -install

 1.2  net start msdtc 

 

启动后 error 消失。

 

2.给IWAM用户添加Password

  具体的参考如下:

    http://naka.wankuma.com/site/column/classicasp/00002.htm

 

3.如果还不好使的话:

 

   3.1  cd /d %SystemRoot%\system32\inetsrv

   3.2  rundll32.exe wamreg.dll,CreateIISPackage

   3.3  regsvr32.exe asptxn.dll

0
0
分享到:
评论

相关推荐

    Foundations of GTK+ Development

    It is the technology upon which the GNOME and XFCE desktop environments are based, and its crucial to have clear understanding of its complexities to build even a simple Linux desktop application. ...

    AT命令CME ERROR详解

    例如,如果模块返回+CEER: "Network not allowed - emergency calls only",则表明当前网络不允许普通呼叫,只能进行紧急呼叫。 错误代码的具体解释通常在模块的AT命令手册中有详细说明。在开发者遇到"+CME ERROR...

    Visual C++实践与提高-COM和COM+篇『PDF』

    10.4.2.1 Application对象 10.4.2.2 Session对象 10.4.2.3 Request对象 10.4.2.4 Response对象 10.4.2.5 Server对象 10.4.2.6 ObjectContext对象 10.4.3 创建活动服务器组件——例程ASPComSamp 10.4.4 在ASP中测试...

    Visual Basic开发指南 - COM和COM+篇_part3

    了解IIS Application 编程主Web页 编程细目Web页 使用Contact Manager事务处理 本章结束语 第16章 为MSMQ开发COM+事务处理 应用程序的设计 编程Contact Client 编程ContactQueue管理器 编程ContactTypes 本章结束...

    PDF+Password+Remover+3.0+汉化破解版

    本资源软件,用于pdf的各种解密!~~~~ 希望对大家有所帮助

    深入理解com+

    COM+,全称为Component Object Model Plus,是微软在COM(组件对象模型)的基础上发展出来的一种更高级的组件服务架构,旨在提供更为强大的分布式应用程序服务。它不仅包含了COM的所有功能,还在事务处理、安全性、...

    iis+win2003

    iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003iis+win2003

    Visual C++实践与提高-COM和COM+篇(高清pdf + 随书源代码).part2

    Visual C++实践与提高-COM和COM+篇(高清pdf + 随书源代码).part2,很好的COM技术学习资料

    解决IIS的Server Application Error的2种方法

    IIS Server Application Error的错误信息是"The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail ...

    Notepad++ 64位json插件

    Notepad++是一款非常受欢迎的免费源代码编辑器,尤其在Windows平台上广泛使用。它支持多种编程语言,并且可高度自定义界面和功能。在处理JSON(JavaScript Object Notation)数据时,有一个名为“JSONViewer”的插件...

    Oracle+10G+-+Plsql+User's+Guide

    What's New in PL/SQL? This section describes new features of PL/SQL release 10g, and provides pointers to additional information. ...package spec is compiled interpreted, or vice versa.

    Delphi5.X ADO/MTS/COM+高级程序设计篇

    3-11 结论 第4章 深入了解ADO 4-l AD0的Cursor Engine 4-2 ADO修改数据的流程 4-3 ADOExpress和AD0 4-4 ADO和BDE/IDA贝 4-5 ADO的执行效率 4-6 优化ADO的执行效率 4-7 结论 第5章 MTS/COM+和分布式多层应用系统 5-1...

    Android的JSON示例(ASP+Access2003+IIS)

    1.服务器端为ASP+Access2003+IIS 2.移动端为Android2.1(大家可根据需要自行调整API Level) 二、主要功能: 1.移动端通过Button将EditText内容提交Request给服务器端 (示例为记录号,1或2,可选用HttpGet或HttpPost...

    Yii+1.1+Application+Development+Cookbook(Yii 1.1 应用开发手册)

    This book is a collection of Yii recipes with chapters generally independent of each other. It is full of practically useful solutions and concepts explained with code and the required pictorial ...

    异常A generic error occurred in GDI+的解决办法

    在使用.NET Framework进行Windows应用程序开发时,可能会遇到一个常见的错误提示:“A generic error occurred in GDI+”。这个异常通常在处理图像、图形或者打印任务时出现,涉及到GDI+(Graphics Device Interface...

    allegro odb++插件

    allegro odb++插件

    Visual C++实践与提高-COM和COM+篇(第二部分)

    Visual C++实践与提高-COM和COM+篇(第二部分)

    libsted++.zip

    Xcode10升级到10.0之后 会报 clang error:library not found for -lstdc++.6.0.9 这个错误 ,是因为Xcode升级到10.0之后,原有的stdc++.6.0.9被废弃,因此上传这个库 ,供出现这个问题的去下载

    64位libstdc++.so.6.0.22,解决glibcxx not found问题

    解决GLIBCXX_3.4.19 not found的问题,删除原来的软连接指向新的 rm -rf /usr/lib64/libstdc++.so.6 ln -s /usr/local/lib64/libstdc++.so.6.0.22 /usr/lib64/libstdc++.so.6

    HTTP500内部错误以及COM+8004e00f错误的解决[归纳].pdf

    - 在命令提示符中执行:`adsutil set w3svc/wamuserpass "yourpassword"` - 同步COM+应用程序使用的IWAM_MYSERVER密码。 - 在命令提示符中执行:`cscript synciwam.vbs -v` 2. **处理MSDTC服务异常**: - 首先...

Global site tag (gtag.js) - Google Analytics