我浏览了这篇文章(http://msdn.microsoft.com/en-us/library/cc667410.aspx),其中展示了如何调试asp.net源代码。
现在,我在使用SimpleMembershipProvider
命名空间中的新WebMatrix.WebData
时遇到了一些问题,我想调试它,但我无法进行调试。当我尝试进入WebSecurity.CreateAccount
方法时,它只是跳过方法调用。
我正在使用Visual Studio 2012 Ultimate。我错过了什么?
答案 0 :(得分:0)
WebMatrix.WebData是第三方dll吗?如果是这样,您可能需要对其进行反编译,获取源代码,然后将源添加到解决方案中。否则我认为你无法进入它。