In the default structure of ASP.NET 4.6.1 I was able, to set the IIS to run directly an application without the need of debugging or publishing it. But on ASP.NET 5 I couldn't manage to do so. I have tried to point the IIS to the wwwroot of the project and to enable "Produce outputs on build", but when i want to access the application I only get the following error:
HTTP-Fehler 502.3 - Bad Gateway
There was a connection error while trying to route the request.
Does anyone have experience with this or had a similar issue?