I'm experimenting with the ASP.NET Core Module introduced in ASP.NET Core v2.2.0, specifically the in-process hosting. I am able to get it to work in production, but while developing, Visual Studio warns me that breakpoints won't be hit because no symbols have been loaded for the document.
I suspect this has to do with the in-process mode, Visual Studio doesn't know how to attach itself to the service (w3wp.exe
).
Does anyone know what I'm missing? As soon as I switch to out-of-process hosting, the breakpoints work as they should.
https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/aspnet-core-module?view=aspnetcore-2.2