C
Charles
I'm reading some stuff in a custom section of the
web.config file into a name value collection. What do I
need to do to make this work:
Dim nvcConfig As NameValueCollection = _
ConfigurationSettings.GetConfig
("myApp/mySection ")
With option strict on?
web.config file into a name value collection. What do I
need to do to make this work:
Dim nvcConfig As NameValueCollection = _
ConfigurationSettings.GetConfig
("myApp/mySection ")
With option strict on?