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

Notification

Icon
Error

"This operation requires IIS integrated pipeline mode."
glittle
#1 Posted : 11 years ago
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 : 11 years ago
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Views messages in topic : 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 : 11 years ago
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 : 11 years ago
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Views messages in topic : 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 : 9 years ago
Groups:

Message was deleted by a Moderator.
Guest
#6 Posted : 7 years ago
Groups:

Message was deleted by a Moderator.
Guest
#7 Posted : 7 years ago
Groups:

Message was deleted by a Moderator.
Rss Feed  Atom Feed
Users browsing this topic
Guest (3)
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.