This is What's notice
不愛研究技術
只想完成任務
不愛研究基底座
只想解決這疑惑
-誤人子弟的筆記本
2012年2月23日 星期四
{C#-SQL資料庫}程式運用web config 與 app config
web 寫法 in C#:
System.Web.Configuration.WebConfigurationManager.ConnectionStrings["ABC"].
ConnectionString;
app寫法 in C#:
System.Configuration.ConfigurationManager.ConnectionStrings["ABC"].ToString();