Does Cassini DevServer support Integrated Pipeline mode? -


this did not manage find internet.

we have web application uses signalr requires owin needs iis integrated pipeline mode. when running our web application on cassini dev server following error:

[platformnotsupportedexception: operation requires iis integrated pipeline mode.]    system.web.httpresponse.get_headers() +214    microsoft.owin.host.systemweb.callheaders.aspnetresponseheaders..ctor(httpresponsebase response) +37    microsoft.owin.host.systemweb.owincallcontext.createenvironment() +492    microsoft.owin.host.systemweb.integratedpipeline.integratedpipelinecontext.getinitialenvironment(httpapplication application) +263    microsoft.owin.host.systemweb.integratedpipeline.integratedpipelinecontext.prepareinitialcontext(httpapplication application) +19    microsoft.owin.host.systemweb.integratedpipeline.integratedpipelinecontextstage.beginevent(object sender, eventargs e, asynccallback cb, object extradata) +462    system.web.asynceventexecutionstep.system.web.httpapplication.iexecutionstep.execute() +556    system.web.httpapplication.executestep(iexecutionstep step, boolean& completedsynchronously) +288 

running iis express , other alternatives in automatic tests pita.

cassinidev not support integrated pipeline mode. if you're coming across error may want switch iisexpress. did using solution posted here.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -