The membership services default provider for the profile object serializes information to the database as string literals. This means that should you want to perform any kind of querying on the profile data directly in the database then things may turn out to be a hell of a lot more slow and clumsy than originally thought.
This provider creates a separate table for each profile group that is specified in the web.config file and uses the appropriate data types as used in the application layer - giving you full relational control over the underlying data.
No comments:
Post a Comment