Debugging by attaching to ASP.NET process
Edit: This is also applicable for desktop apps or dlls. Just attach to the name of the “exe” process or in the case of dlls, just attach to the name of the “exe” process that is using the dll. I just found out about this trick a week ago. Saves time when debugging an ASP.NET [...]