c# - Putting a connection string in the web config -


so i'm using c# , i've got following sql connection string:

private static string _conn = properties.settings.default.dbizconnectionstring; 

and i'd know if , how can put in web config , app config? help!

here's blog post scott forsyth explaining everything:

using connection strings web.config


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -