I went through this article (http://msdn.microsoft.com/en-us/library/cc667410.aspx) which shows how one can debug asp.net source code.
Now, I'm having some serious trouble using the new SimpleMembershipProvider
in WebMatrix.WebData
namespace, and I want to debug it, but I'm not able to. When I try to step into the WebSecurity.CreateAccount
method, it just steps over the method call.
I'm using Visual Studio 2012 Ultimate. What am I missing?