62,269
社区成员
发帖
与我相关
我的任务
分享protected static string GetConnString()
{
return System.Configuration.ConfigurationSettings.AppSettings["ConnStr"]+ System.Web.HttpContext.Current.Server.MapPath(System.Configuration.ConfigurationSettings.AppSettings["DataPath"])+";";
}