I created a custom registration policy, indicated in the link below:
http://msdn.microsoft.com/en-us/library/bb668980.aspx
I followed the steps as explained in the article. Everything is working fine. My doubt is - is it possible for me to debug the code when registering the code?
Note that I want to know which methods are called inside the CheckForCommentsPolicy class, as indicated in the article, or I added some business logic that needs to be debugged. What process do I need to apply? or Should I follow any other approach for debugging?
Is it possible to debug? Please help me.
Thanks in advance
source
share