hi there,
it's actually a typo and should read:
[ConfigurationProperty("defaultConnectionStringName ",
DefaultValue = "LocalSqlServer")]
public string DefaultConnectionStringName
{
get { return (string)base["defaultConnectionStringName"]; }
set { base["defaultConnectionStringName"] = value; }
}
the issue would only come to light, if you wanted to override the default entry as detailed in the web.config file.
to be honest, i'd never noticed this error before :)
jimi
http://www.originaltalent.com