I downloaded the ClubStartKit from the Downloads section on this Forum (not the AJAZ-ified version 2.0 that is on CodePlex) and looked over the "Welcome.html" file which seems to be pretty much limited to discussing features.
I set up a new database (started with the ASPNETDB model for future Role and User considerations) and then added the things contained in the "Club-Add.sql" script and then replicated the entire ClubWebSite1 contents to a sub-directory where I want to test
it (deployed).
When I attempt to run it, I get:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 61: </assemblies>
Line 62: </compilation>
Line 63: <membership defaultProvider="AspNetSqlMembershipProvider"/>
Line 64: <siteMap defaultProvider="AspNetXmlSiteMapProvider" enabled="true">
Line 65: <providers>
Source File: d:\hosting\tohchair\krc2\web.config Line: 63
So where's the "Starter Kit for Dummies" documentation?
Well as you can see documentation seems to be an after thought, how many of these questions on this forum would not have been posted if someone had taken the time to document things as they got discovered or at the very least maintain a wiki page for the
kit. I have done allot of work on my own version of the kit but had to put the kit on the back burner due to real life and work demands.
Who knows, I might feel the need to create my own starter kit and you can be certain that a Documentation Set would be a major part of the work.
KevInKauai
Member
233 Points
301 Posts
So Where is The Guide (Documentation)
Jan 31, 2008 08:52 PM|LINK
I downloaded the ClubStartKit from the Downloads section on this Forum (not the AJAZ-ified version 2.0 that is on CodePlex) and looked over the "Welcome.html" file which seems to be pretty much limited to discussing features.
I set up a new database (started with the ASPNETDB model for future Role and User considerations) and then added the things contained in the "Club-Add.sql" script and then replicated the entire ClubWebSite1 contents to a sub-directory where I want to test it (deployed).
When I attempt to run it, I get:
So where's the "Starter Kit for Dummies" documentation?
mahalo (thanks) ... :) KevInKauai
aabruzzese
Contributor
2806 Points
759 Posts
Re: So Where is The Guide (Documentation)
Oct 01, 2008 10:52 PM|LINK
Well as you can see documentation seems to be an after thought, how many of these questions on this forum would not have been posted if someone had taken the time to document things as they got discovered or at the very least maintain a wiki page for the kit. I have done allot of work on my own version of the kit but had to put the kit on the back burner due to real life and work demands.
Who knows, I might feel the need to create my own starter kit and you can be certain that a Documentation Set would be a major part of the work.
Anyways best of luck to you with the Starter Kit.
:)