Are you doign this from inside Visual Studio? If so, press F5, then allow it to debug. It should stop at the point where you set the breakpoint and then you can press F11 to step through the routine one line at a time. Keep an eye on your variables. Also,
if you have some helper class out there that goes and looks at your domain, you can F11 through that to see what the AD is saying.
bbcompent1
All-Star
32982 Points
8508 Posts
Moderator
Re: LDAP authentication
Dec 02, 2011 05:01 PM|LINK
Are you doign this from inside Visual Studio? If so, press F5, then allow it to debug. It should stop at the point where you set the breakpoint and then you can press F11 to step through the routine one line at a time. Keep an eye on your variables. Also, if you have some helper class out there that goes and looks at your domain, you can F11 through that to see what the AD is saying.