asp.net - Debug SimpleMembershipProvider source -


i went through article (http://msdn.microsoft.com/en-us/library/cc667410.aspx) shows how 1 can debug asp.net source code.

now, i'm having serious trouble using new simplemembershipprovider in webmatrix.webdata namespace, , want debug it, i'm not able to. when try step websecurity.createaccount method, steps on method call.

i'm using visual studio 2012 ultimate. missing?

is webmatrix.webdata third party dll? if so, might need decompile it, source , add source solution. otherwise don't think you'll able set it.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -