Re: Extending MembershipUser



Steven,

Apologies for the confusion, but while I was able to fix some of the problems by attaching the debugger to the ASPNET Configuration
tool server process, the original problem still exists. That's the one that complains about not being able to load the custom class
which defines my custom MembershipUser object.

This has the feel to me of an incomplete Type name specification problem (e.g., where the Assembly name must be appended to the
class name to make a fully-qualified Type name), but I'm not sure. Is there a Web.config element where you specify the custom
MembershipUser class to use? I haven't been able to find one.

- Mark
.