I have an ASP.net MVC application hosted on pivotal cloud foundry. As a space developer, I have access to Apps Manager tile, and the cf CLI. Is it possible to attach a remote debugger to my application running in the windows container?
I have found that it is possible for a linux stack on cloud foundry, but so far no luck getting any such resources for .NET.
No dev guides on pivotal have this usecase. Are all .net applications debugged by checking the logs (acknowledge that .net apps are not pushed to pcf that often)?
Any help is appreciated thanks.