`

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
分享到:
评论

相关推荐

    iis+php+mysql一键安装包,iis下php+mysql一键安装包兼容win系列所有系统

    本软件是windows下的iis下的php一键环境安装工具,集成了php+mysq+zend+phpmyadmin,可以直接安装在wind的服务器上面使用,安全,简单,方便。mysql单独账号运行使数据库更加安全,支持windows2003,windows7,...

    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. ...

    COM与COM+从入门到精通(pdf版本,含源码)

    一个IIS应用程序样本 设计控件 设计控件与HTML文件 样本设计控件 小结 第三部分 了解DCOM 第8章 DCOM概述 何谓DCOM 为什么使用DCOM DCOM操作 DCOM组件位置 进程内或进程外组件 代理 RPC...

    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中测试...

    COM+组件安装文件

    COM+,全称为Component Object Model Plus,是微软在Windows操作系统中提供的一种分布式应用程序开发框架,它基于Microsoft Component Services,进一步扩展和完善了COM(Component Object Model)技术。COM+旨在...

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

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

    IIS+FASTCGI+PHP+MYSQL+ZEND配置注意事项

    IIS+FASTCGI+PHP+MYSQL+ZEND配置注意事项

    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”的插件...

    allegro odb++插件

    allegro odb++插件

    Java+EE+8+Application+Development-Packt+Publishing(2017).epub

    Several existing Java EE APIs have seen major improvements in this version of the specification, and some brand new APIs have been added to Java EE. This book covers the latest versions of the most ...

    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.

    COM+ 编程指南

    ### COM+编程指南知识点概述 #### 一、COM+简介 COM+(Component Object Model Plus)是Microsoft在COM(Component Object Model)基础上发展而来的一种组件技术。它不仅继承了COM的强大功能,还提供了更为丰富的...

    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...

    IIS 错误 Server Application Error 详细解决方法

    ### IIS 错误 "Server Application Error" 详细解决方法 #### 一、问题概述 在使用Internet Information Services (IIS) 进行网站部署的过程中,可能会遇到“IIS 错误 Server Application Error”。该错误通常表现...

    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...

    Xcode9中的原生stdc++.6.0.9库

    ld: library not found for -l stdc++.6.0.9 错误原因:Xcode10中已去除这个stdc++.6.0.9这个库。报这个错一般是项目中有用到stdc++.6.0.9 解决方案:从Xcode9 中复制一份stdc++.6.0.9库添加Xcode10

Global site tag (gtag.js) - Google Analytics