When trying to debug into asp.net identity source, I cloned the source from codeplex and when stepping into the code mapped the Microsoft.AspNet.Identity.EntityFramework
to my /code/aspnetidentity
directory.
I think I made a mistake however in cloning that repo - it seems incomplete. I found a different one on github and have it at /code/Identity
. However, I have no idea where the mapping from assembly to source code directory is stored so that I can change it.
Where is it?