Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

"This operation requires IIS integrated pipeline mode."
glittle
#1 Posted : Sunday, February 9, 2014 10:39:26 PM(UTC)
Groups: Member
Joined: 2/9/2014(UTC)
Posts: 2
Location: Calgary, Canada

I get this error when trying to run my web site in UltiDev (version 2.0.20)


This operation requires IIS integrated pipeline mode.
at System.Web.HttpResponse.get_Headers()
at Microsoft.Owin.Host.SystemWeb.CallHeaders.AspNetResponseHeaders..ctor(HttpResponseBase response)
at Microsoft.Owin.Host.SystemWeb.OwinCallContext.CreateEnvironment()
at Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContext.GetInitialEnvironment(HttpApplication application)
at Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContext.PrepareInitialContext(HttpApplication application)
at Microsoft.Owin.Host.SystemWeb.IntegratedPipeline.IntegratedPipelineContextStage.BeginEvent(Object sender, EventArgs e, AsyncCallback cb, Object extradata)
at System.Web.HttpApplication.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


Any suggestions?
Ultidev Team
#2 Posted : Monday, February 10, 2014 9:39:52 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi,

Any feature requiring integrated pipeline is IIS7/8-specific, and thus is not compatible with any other web server except IIS 7/8. Some application features, like HttpHandles, for example, can be hooked up either via IIS configuration - system.webServer part of the web.config, or via standard asp.net (server-independent) configuration. Please see if features you are using can be configured in a server-independent way.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
glittle
#3 Posted : Monday, February 10, 2014 10:35:53 PM(UTC)
Groups: Member
Joined: 2/9/2014(UTC)
Posts: 2
Location: Calgary, Canada

Thanks for the reply. I've tried lots of different things, so will post on Stackoverflow to see if anyone else has ideas... http://stackoverflow.com...nalr-in-owin-hosted-site
Ultidev Team
#4 Posted : Wednesday, February 12, 2014 8:14:36 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
It's ironic that MS claims that among Owin's design goals is "...to create an abstraction between Web servers and framework components", because in doing so they have created yet another hard dependency on IIS, as with their WebSockets implementation.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Guest
#5 Posted : Tuesday, March 8, 2016 3:31:50 AM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#6 Posted : Thursday, March 1, 2018 2:13:40 AM(UTC)
Groups:

Message was deleted by a Moderator.
Guest
#7 Posted : Friday, March 30, 2018 7:59:03 PM(UTC)
Groups:

Message was deleted by a Moderator.
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.