I created a new ASP.NET 5 Beta 8 project using simply the default template.
When I publish the project and host it on a server using IIS 8.5 I get the error:
HTTP Error 502.3 - Bad Gateway
There was a connection error while trying to route the request.
The CGI application did not return a valid set of HTTP errors.
A server acting as a proxy or gateway was unable to process the request due to an error in a parent gateway.
- I am using Windows Server 2012 R2 with IIS 8.5;
- I have the application running on a No Managed code application pool
- I have HttpPlataformHandler 1.2 installed.
What might be wrong?