Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The default behavior out of the box for SimpleMembership is to have an int for the UserId.

Is there a quick way to have the SimpleMembership UserId work with a GUID?

If not could I extend the SimpleMembership to do so?

What would be the best way to go about this?

Has anyone had any success using the MemFlex open source library started by Scott Allen?

https://github.com/OdeToCode/Memflex

share|improve this question

1 Answer

Yes, you have to use an int at the moment, maybe it will be extended to use guids in future releases.

You can check out the source code of the "aspnetwebstack"-project: https://aspnetwebstack.codeplex.com/

I haven't tried MemFlex, but it looks nice - for now I'm using SimpleMembership

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.