SML quick sharing blog source code is a blog website source code developed using C#.
The source code of this blog has been around for 3 years and is still running. Since I am lazy, I haven’t updated the blog much, so I would like to share it with friends in need.
Menu functions:
Introduction to source code framework composition
1) The background interface uses jquery-easyui-1.3.2
2) The editor uses kindeditor-v4.1.6
3) jquery uses jquery-1.8.0.min.js
4) Code highlighting uses syntaxhighlighter_3.0.83
5) The database uses sqlite
6) The framework is a three-tier architecture
7) Common is an auxiliary function library
Things to note:
1. Development tools: VS2012, database: SQLite. Why use sqlite database? Because you just need to buy a space and there is no need to buy an additional database.
2. Website front desk: http://localhost:8888/Index.aspx
Website backend: http://localhost:8888/AdminWeb/Login.aspx
3. The background login account and password are: admin
SML speed sharing blog source code front page SML speed sharing blog source code background managementWebsite backend: domain name/AdminWeb/Login.aspx
The background login account and password are both: admin
Backend page