Developers can install Composite locally on their Windows XP machines and use the Composite Site Manager to create multiple sites locally. Having a local version of Composite installed greatly enhances the debugging possibilities, and is a great help when developing ASP.NET functionality for Composite.
When creating a new Composite site with a new database, you can either connect to a SQL Server located on a different machine or use a locally installed SQL Server - SQL Server Developer Edition and Desktop Edition both install on Windows XP.
To install Composite, complete the following steps:
Once Composite is installed, you can create a new Composite site by executing the following steps:
At this point you should be able to launch the Composite site using http://localhost/ and the administrative module using http://localhost/administration
Using the Composite Site Manager you can create multiple sites and easily delete existing sites.
Depending on your security settings, having XP SP2 installed etc., you can experience problems when launching the administrative module or editing css files using the css editor. If this is the case, edit the file /Administration/web.config, and change the value identity impersonate=”false” to “true”.
Access to the knowledge base articles require a login.