CSK 2.0 (AKA CASK) enables an individual or an ISP to quickly create a community Web site such as a user group site, a developer resource site, or a news site. It has seven standard content modules: Articles, Links, Downloads, Photo Gallery, Events and Books. In addition it supports multiple community configurations, quotas, newsletters, voting polls, RSS news feeds and XML web services. Community (Advanced) Starter Kit 2.0 utilizes advanced features of ASP.NET 2.0.
ISP Username and Password is stored in the Web.Config file !!
ClickOnce Database Setup application on the following Link:
http://www.global-webnet.net/CSK/CSKInstall.htm <<== SETUP for SQLExpress database
Note: The CSKInstall application will install and setup a new CASKDB database on your local machine. If your ISP creates the database for you then you can execute the SetupDatabaseSQL script against it and "export" the newly created CASKDB from your Local SQLExpress to your ISP database using SQL Server Management Studio.
2007.05.28 - 3:34pm (central) Stored procedure was not included in CSKInstall. If you used Admin|User, and updated a record, the ADMIN password will be changed to "ONLYUSERINFO" (I piggyback on an existing stored procedure to do partial updates to user record). CSKInstall will be updated shortly.
2007.05.28 - 4:30pm (central) CSKInstall now contains missing stored procedure (UserUpdateStoredProcedure below).