| SnCore.Name | project name, eg. My Project |
| SnCore.Title | project title, inserted into every page title |
| SnCore.Description | project description, appears in meta tags |
| SnCore.Domain | domain name used notably in e-mail notifications, eg. mydomain.com |
| SnCore.Admin.EmailAddress | system administrator's e-mail address |
| SnCore.WebSite.Url | root of the website |
| SnCore.Beta.Password | beta sign-up password |
| SnCore.NewFeature.ProjectId | bug project id for new feature requests |
| SnCore.Bug.ProjectId | bug project id for bug reports |
| SnCore.Blog.Id | blog to publish to the front page |
| SnCore.Mail.Server | mail server, eg mail.sncore.com |
| SnCore.Mail.Port | mail port, eg 25 |
| SnCore.Mail.Delivery | mail delivery method, eg. PickupDirectoryFromIis |
| SnCore.Mail.PickupDirectoryLocation | pickup directory location when SnCore.Mail.Delivery is SpecifiedPickupDirectory |
| SnCore.Mail.Username | smtp server username |
| SnCore.Mail.Password | smtp server password |
| SnCore.AddContentGroup.Id | additional content group id to link throughout top links |
| SnCore.PressContentGroup.Id | additional content group id to link press reports |
| SnCore.MadLibs.Place.Id | madlib id for places |
| SnCore.Country.Default | default country, eg. United States |
| SnCore.Web.UserAgent | user-agent for outgoing requests, default is SnCore/1.0 |
| Ads.Visible | true or false to enable ad panels, default is true |
| Counter.Visible | true or false to enable counter panels, default is true |
| Services.Enabled | true or false to enable back-end processing services, default is true |
| SystemTagWordService.Enabled | true or false to enable back-end processing tag words service, default is true; this setting is ignored if Services.Enabled is false |
| SystemSyndicationService.Enabled | true or false to enable back-end processing syndication service, default is true; this setting is ignored if Services.Enabled is false |
| SystemMailMessageService.Enabled | true or false to enable back-end processing mail message service, default is true; this setting is ignored if Services.Enabled is false |
| SystemReminderService.Enabled | true or false to enable back-end processing reminder service, default is true; this setting is ignored if Services.Enabled is false |
| Services.Debug | true or false to enable more verbose event logging, default is false; it is also possible to set this value for individual services with ServiceName.Debug |
| System.EncryptAppSettings | true or false to encrypt AppSettings in Web.Config, default is true (implemented but commented out) |