forked from tyronegroves/Bennington
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (30 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Start with an MvcTurbine app (currently it must be MvcTurbine 3.2.1).
To get an empty cms add references to the following assemblies:
----------------------------------------------------------------
Bennington.Cms
Bennington.Cms.PrincipalProvider
Bennington.Core
Bennington.Login
To get content management add references to the following assemblies:
----------------------------------------------------------------------
Bennington.ContentTree.TreeManager
Bennington.ContentTree.Providers.ContentNodeProvider
Bennington.ContentTree.Providers.SectionNodeProvider
Bennington.ContentTree.Providers.ToolLinkNodeProvider
Bennington.Content
Bennington.Content.Sql
If you're using your CMS under /Manage:
---------------------------------------
In your web.config:
<authentication mode="Forms">
<forms loginUrl="~/Login" timeout="2880" />
</authentication>
To get content on your front side website:
------------------------------------------
Bennington.ContentTree
Bennington.ContentTree.Providers.CotnentNodeProvider
Bennington.ContentTree.Providers.SectionNodeProvider
Bennington.ContentTree.Providers.ToolLinkNodeProvider
Bennington.Content
Bennington.Content.Routing
Bennington.Content.Sql