> Is it possible?
> I gave up and have been sticking data into the principal name to get
[quoted text clipped - 11 lines]
>
> julie
Yes, this is completely possible. When you debug, make sure that Visual
Studio has managed to load the symbols for your token manager using the
Debug -> Windows -> Modules view and then set a break-point. Provided
that your token manager is loaded and your breakpoint is hit, you should
be able to debug.
P.S. You're already sharing with the world ;-)

Signature
This posting is provided "AS IS", with no warranties, and confers no rights.
Julie Lerman - 29 Sep 2004 15:26 GMT
hunh! Setting a break point in the code didn't work on it's own (in the same
way I can set a break point in the asmx file when the webservice is loaded
up into the solution). I spent a lot of time yesterday trying to make that
happen. But if I have the modules view open, I DO get to the breakpoint.
It's no wonder that my debug & tracing scores on my cert tests didn't come
near the rest of my scores.
Thanks
julie
> > Is it possible?
> > I gave up and have been sticking data into the principal name to get
[quoted text clipped - 19 lines]
>
> P.S. You're already sharing with the world ;-)