对提供程序的支持,数据库结构 aspnet_regsql.exe工具
web.config文件 Page数据 Profile类 sqlProfileProvider类 sqlServer数据库
aspnetdb数据库中的表
aspnet_Users用户表
aspnet_Profile表
基本表Users Applications
个性化用户配置部分:Profile 成员资格管理部分: Membership
角色管理部分:
Users: 存储用户
ApplicationId uniqueidentifier 外键
UserId uniqueidentifier newid()
UserName nvarchar(256)
LoweredUserName
MobileAlias
IsAnonymous bit
LastActivityDate
aspnet_Profile表
userId
PropertyNames ntext
PropertyValuesString ntext 以字符串形式保存用户自定义属性
PropertyValuesBinary image 采用二进制序列化的用户定义属性值
LastUpdatedDate datetime 最后更新日期
PropertyValuesString(序列化为string xml)