asp.net-mvc – 在IIS Express中测试SignalR应用程序

前端之家收集整理的这篇文章主要介绍了asp.net-mvc – 在IIS Express中测试SignalR应用程序前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
大家好,我正在使用Visual Studio 2012,并开发了一个简单的应用程序,仅用于审查目的

但是我被困了,因为当我尝试预览应用程序时,我收到以下错误消息

[PlatformNotSupportedException: This operation requires IIS integrated pipeline mode.]
   System.Web.HttpResponse.get_Headers() +9681446
   System.Web.HttpResponseWrapper.get_Headers() +9
   Microsoft.Owin.Host.SystemWeb.OwinCallContext.CreateEnvironment() +309
   Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContext.GetInitialEnvironment(HttpApplication application) +246
   Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContext.PrepareInitialContext(HttpApplication application) +15
   Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContextStage.BeginEvent(Object sender,EventArgs e,AsyncCallback cb,Object extradata) +288
   System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +285
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step,Boolean& completedSynchronously) +155

关于如何解决这个问题的任何想法

解决方法

选择您的Web应用程序项目,在Solution Explorer下面有一个Properties窗口.选择开发服务器> ManagedPipelineMode>集成
原文链接:https://www.f2er.com/aspnet/245621.html

猜你在找的asp.Net相关文章