I am trying to make a proof of concept application for my work using ASP.NET WebForms and Managed Extensibility Framework. I have things and it works (ish), but I canβt figure out how to attach a Visual Studio instance that has MEF code to the Visual Studio instance that is running the web application.
How can I attach my MEF code to an executable process so that it hits my breakpoints?
source share