随笔分类 - C#
摘要:方法一:string myConn = System.Configuration.ConfigurationManager.ConnectionStrings["sqlConnectionString"].ConnectionString;方法二:string connString = System.Web.Configuration.WebConfigurationManager.Connect...
阅读全文
摘要:我现在想学ASP.NET,我看别人的代码,发现下面一句 FormsAuthentication.RedirectFromLoginPage(userId, false); 能重定向至另一页面,但这里并没有指定要转向那个页面啊,原来在web.config有配置啊[code]<authentication mode="Forms" > <forms loginUrl="login.a...
阅读全文

浙公网安备 33010602011771号