# AspNet.Identity.Dapper **Repository Path**: asura2/AspNet.Identity.Dapper ## Basic Information - **Project Name**: AspNet.Identity.Dapper - **Description**: 使用Dapper构建的asp.net Identity 用户管理 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2017-08-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AspNet.Identity.Dapper 使用Dapper构建的asp.net Identity 用户管理 ##使用 ### 0 恢复nuget包 ### 1 Clone项目 ### 2 更改web.config配置: ``` ``` 链接字符串改为自己的数据库 ### 3 在自己的mysql数据库执行建表语句 MySQLIdentity.sql ### 4 启动调试