I am attempting to use the sample code (VB) in CreateUserWizard.CreatedUser. I have created a new project and configured security and the webconfig file as noted. Regardless of whether the "Login User after created" is set to True or False, the debug message is "property cannot be set for anonymous user". This is directly in contradiction to the MSDN description pages for CreatedUser or OnCreatedUser that specifically note that the profile can be updated before the user is logged on.