Page History: Building Web 2.0 Pages
Compare Page Revisions
Page Revision: 2009/07/14 20:35
This page explains what is required to get started using COR and Jetfire Web Parts.
Getting Started
A minimal ASP.NET website must be built using Microsoft Visual Studio or an equivalent tool. The website includes:
- Forms Authentication Database (this can be built using the ASP.NET Configuration tool in Visual Studio.)
- A Page with Create User Web Part and Login Web Part
- User created using the Create User Web Part.
- Style Sheet that defines the look and feel of the site.
- Web Part Library Control that defines the Web Parts available for importing into Pages.
- MasterPage that defines the layout of the page.
- Web.config file
- At least one page for content.
- Optional additions:
- Images folder
- Pages folder
Sample Website
A
sample website is available on code plex that contains a number of additional pages to give the site builder a good start.