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 basic and adding only a Controller and a View error does not appear .
This error only happens in the hosting.
Edit:
After some tests I discovered that this error happens when I install in signalr 2
and I create the file Startup.cs