摘要: <system.web> <!--这里设置身份验证信息--> <authenticationmode="Forms"> <formsloginUrl="/Login/Login"timeout="2880"name="LyIng.Net"/> </authentication> if(CheckLogin.Instance.Login(UserName,PassWord)) { Users ModelUser =newUsers(){ID =10000,N 阅读全文
posted @ 2013-06-14 15:07 [秦时明月] 阅读(235) 评论(1) 推荐(1) 编辑