LiteWiki is a simple WIKI engine based on Asp.Net and SQL Server 2005. It aims to provide a streamlined WIKI engine that is easy to configure, modify, and have some basic authentication functions.
Function introduction:
lightweight
Very little code
Easy to upgrade
Simple DB structure only requires 2 tables (page & page history) when not used
Skins are highly customizable
All layouts are designed based on Div+CSS
Running on Asp.Net 2.0
Use a SQL Server database
You can easily build your own DBProvider through an interface
You can use Asp.Net MemberShip for membership management
Allows you to close certain pages
Private pages are only accessible to authenticated users
Anonymous can be written in the form of pages
Support Google Analytics
DB_51aspx is a Sql2005 database. You can add the default account/password: 51aspx/51aspx.com
Site information can be configured in web.config