Skip to content

burkhartt/Bennington

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.7%
  • C# 46.0%
  • Classic ASP 1.1%
  • PowerShell 0.2%