

|
Technical Specifications
- Elisabeth is written on top of the Microsoft.NET framework using MS SQL Server 2005, ASP.NET and C#
- Including the core projects, forums integration, ads module and licensing module, there are 13 distinct projects in the solution
- The architecture is fully tiered with database, data, business and presentation layers.
- The main business project alone has over 100 classes
- The database has over 150 tables and 700 stored procedures and 30 views
- All calls to the database are performed using stored procedures for improved security--only execute permission is required
- Caching and cache clearing is supported on a single server or web farm
- From the administrative interface, a non-technical user can create a page, select its Master Page, select which controls to put in which content areas on the page, and select the Theme to apply
- Themes can be applied per individual page or across a whole website
- Supports deployment of media files from the administration website to the staging and production websites
|
|