服务器系统:WIN2008
IIS版本:7.0
问题描述:部署webservice,程序调用。发生如下错误
为应用程序池“webservices”提供服务的进程意外终止。进程 ID 是“3384”。进程退出代码是“0xff”。
错误详细内容
日志名称: System
来源: Microsoft-Windows-WAS
日期: 2013/5/18 18:06:06
事件 ID: 5009
任务类别: 无
级别: 警告
关键字: 经典
用户: 暂缺
计算机: hisB.Corp.DFYY.Com
描述:
为应用程序池“webservices”提供服务的进程意外终止。进程 ID 是“4056”。进程退出代码是“0xff”。
事件 Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
<EventID Qualifiers="32768">5009</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-05-18T10:06:06.000000000Z" />
<EventRecordID>6816</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>hisB.Corp.DFYY.Com</Computer>
<Security />
</System>
<EventData>
<Data Name="AppPoolID">webservices</Data>
<Data Name="ProcessID">4056</Data>
<Data Name="ExitCode">ff</Data>
</EventData>
</Event>
程序调用本地的iis正常。本地的系统是WIN7。配置对过没有差别,是不是webservice的config文件有错误?部分web.config内容如下
<system.web>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="true">
<assemblies>
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />