5
When I publish my application, the following error appears:
This Operation requires IIS Integrated pipeline mode.
Description: An unhandled Exception occurred During the Execution of the Current web request. Please review the stack trace for more information about the error and Where it originated in the code.
Exception Details: System.Platformnotsupportedexception: This Operation requires IIS Integrated pipeline mode.
I use . Net 4.5 and Mvc 4
The strange thing is that if I create an MVC 4 application using the basic and adding only one Controller and a View error does not appear.
This error only happens in hosting.
Edit:
After some tests I found that this error happens when I install in signalr 2
and create the file Startup.cs
Related -> http://stackoverflow.com/questions/22313167/this-operation-requires-iis-integrated-pipeline-mode
– David Schrammel