I'm struggling to get the deployment working for VS 2015 for ASP.NET 5 Beta 8 application:
- I've installed the httpPlatformHandler on IIS as is needed.
- I've followed the Publishing to IIS tutorial.
- Separate site called (on port 8089), resolving to the wwwroot folder of the published application.
I keep getting an HTTP Error 502.3 - Bad Gateway error in my browser when navigating tolocalhost:8089.
Does anyone have any ideas?