【发布时间】:2013-01-30 07:45:13
【问题描述】:
我们有 WCF 服务,它在开发环境中工作。当我们在生产环境中部署时,我们面临以下错误:
Application information:
Application domain: /LM/w3svc/1/root/service-1-130039569765206325
Trust level: Full
Application Virtual Path: /service
Application Path: C:\inetpub\wwwroot\service\
Machine name: DELTA
Process information:
Process ID: 1320
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: ThreadAbortException
Exception message: Thread was being aborted.
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
请帮助我们找到上述问题的解决方案。
提前致谢。
【问题讨论】: