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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -