MigrateAnonymous Event Handler.

  • Thread starter Thread starter ashish
  • Start date Start date
A

ashish

Hi all,

Is is possible to add event handler for ProfileModule.MigrateAnonymous
event outside global.asax ?, the thing is that i want to be able to
write some unit tests and that would pretty much kill the idea...

thanks
 
Ashish,
It doesn't look like it. Why would having to grab it from Global cause
issues with Unit testing?
Peter
 
Peter,
thanks for your response, i am writing a profile provider, and this
provider essentially stores a custom type in database,
for completeness i also wanted to make the profile migration part of the
provider, so that when user logs in , I automatically populate the user
profile with some 'authenticated values'..
 
Back
Top