魔方 是一个基于 ASP.NET MVC 的 用户权限管理平台,可作为各种信息管理系统的基础框架。
演示:http://cube.newlifex.com 源码
演示账号:admin/admin
源码: https://git.newlifex.com/NewLife/X/Tree/master/NewLife.Cube 海外: https://github.com/NewLifeX/X/tree/master/NewLife.Cube
SQLite / Sql Server / Oracle / MySql / SqlCe / Access
NewLife.Cube
,或自己编译最新的X组件源码Web.config
的<connectionStrings>
段设置名为Membership
的连接字符串,用户角色权限菜单等存储在该数据库\<add name="Membership" connectionString="Data Source=~\App_Data\Membership.db" providerName="Sqlite"/>
查看
,在浏览器中查看
,运行魔方平台SQLite
/Oracle
/MySql
/SqlCe
数据库自动下载匹配(x86/x64
)的数据库驱动文件,驱动下载地址可在Config\Core.config
中修改PluginServer
Config/Cube.config
中修改PluginServer
admin
,密码是admin
.cshtml
文件设置自定义工具``RazorGenerator
,可以把.cshtml
编译生成到DLL
里面Bin
、web.config
、Global.asax
,以及其它自己添加的资源文件