monodevelop - Mono: problems trying to read a connectionString from web.config -
i'm familiar .net side of things, , trying little coding mono.
i used reading in connection strings web.config using configurationmanager.connectionstrings["index"]
in .net , trying figure out way in mono. apparently there no configurationmanager in mono? have system.configurtationsettings, closest can there appsettings, , monodevelop tells me it's obsolete.
am missing here how read things out of web.config in mono web application?
Comments
Post a Comment