IIS7: A process serving application pool #39;YYYYY#39; suffered a fatal communication error with the Windows Process Activation Service(IIS7:为应用程序池“YYYYY提供服务的进程与 Windows 进程激活服务发生了致命的通信错误)
问题描述
我们正在运行 32 位 Windows server 2008,IIS 版本为 7.
我们正在尝试发布一个 asp.net 4.0 webapp,到目前为止,我们的尝试只在serverlog 甚至无需停止 4.0 应用程序池
We're running a 32-bit Windows server 2008 with an IIS version of 7.
We're attempting to publish an asp.net 4.0 webapp and so far our attempts have only yielded a few warnings in the serverlog without even stopping the 4.0 application pool
为应用程序池ASP.NET v4.0"提供服务的进程与 Windows 进程激活服务发生了致命的通信错误.进程 ID 为1904".数据字段包含错误号.
应用程序在 4.0 应用程序池和默认网站下运行.
我们还让一些旧的.asp 完美运行.
即使在尝试发布一个贫瘠的(只读.只有 1 行文本).aspx 文件时,它也惨遭失败......我们长期以来一直没有关于如何做的想法,因此任何形式的输入都会受到赞赏......
The application is running under a 4.0 app-pool and under the default website.
We've also got some older .asp's running flawlessly.
Even when attempting to publish a barren (read. only 1 line of text) .aspx-file it failed miserably... We've since long run out of ideas on what to do so any form of input would be appreciated...
推荐答案
确保 IIS 中的每个应用程序池,在 Advanced Settings
下的 Enable 32 bit Applications
设置为正确
Make sure that each Application Pool in IIS, under Advanced Settings
has Enable 32 bit Applications
set to True
这篇关于IIS7:为应用程序池“YYYYY"提供服务的进程与 Windows 进程激活服务发生了致命的通信错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:IIS7:为应用程序池“YYYYY"提供服务的进程与 Windows 进程激活服务发生了致命的通信错误


- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01