I have an asp.net core Web Project created with Visual Studio 2015 Update 3. When I do "Debug\Start Without Debugging..." from Visual Studio IDE, everything works correctly. But, if I go to the command prompt and execute
iisexpress.exe /path:full-path-to-the-folder-with-my-asp-project /port:some-port-number
then, even thought the iisexpress does start, any attempt to load project's url results in
HTTP Error 502.5 - Process Failure
error. Logs do not help with finding out the reason. What am I doing wrong?