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 进程激活服务发生了致命的通信错误
基础教程推荐
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
