forked from BlogEngine/BlogEngine.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
8 lines (7 loc) · 488 Bytes
/
Copy pathReadMe.txt
File metadata and controls
8 lines (7 loc) · 488 Bytes
1
2
3
4
5
6
7
8
BlogEngine.NET supports a variety of data storage options out of the box. By
default, it will store all data in XML files in your App_Data folder. If you wish to
use a database to store your data, we have folders inside the setup folder to help you
get started with SQL Server, SQL CE, MySQL or SQLite. Any database that has an
ADO.NET dll that supports DbProviderFactory can be used with some configuration.
Additional information can be found on our site at
https://blogengine.io/