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:
Comments
Post a Comment