随笔分类 -  C#

摘要:方法一:string myConn = System.Configuration.ConfigurationManager.ConnectionStrings["sqlConnectionString"].ConnectionString;方法二:string connString = System.Web.Configuration.WebConfigurationManager.Connect... 阅读全文
posted @ 2010-04-08 00:16 suzihuy 阅读(201) 评论(0) 推荐(0)
摘要:我现在想学ASP.NET,我看别人的代码,发现下面一句 FormsAuthentication.RedirectFromLoginPage(userId, false); 能重定向至另一页面,但这里并没有指定要转向那个页面啊,原来在web.config有配置啊[code]<authentication mode="Forms" > <forms loginUrl="login.a... 阅读全文
posted @ 2010-03-31 17:23 suzihuy 阅读(402) 评论(0) 推荐(0)