Am getting HTTP Error 500.19 when accessing MVC 6 app in IIS on Windows 10.
In IIS I have set the App pool to \'No Managed Code\'
The app is hosted in the ro
For RC2 and above, HttpPlatformHandler has been replaced by ASP.NET Core Module
HttpPlatformHandler
ASP.NET Core Module
Install the new module from here.
The announcement can be found here.