zoukankan      html  css  js  c++  java
  • aspnetdb数据库简介

    对提供程序的支持,数据库结构 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)

    image

  • 相关阅读:
    hdu 4460spfa用map来实现
    hdu 2579
    hdu 2845
    hdu 4462
    hdu 4557
    hdu 4639
    URAL 2078 Bowling game
    UVA
    HDU 5773 The All-purpose Zero 脑洞LIS
    Codeforces Round #368 (Div. 2) C. Pythagorean Triples 数学
  • 原文地址:https://www.cnblogs.com/chenqingwei/p/1579418.html
Copyright © 2011-2022 走看看