2014年9月10日 星期三

錯誤訊息:名稱 'FormsAuthentication' 不存在於目前內容中

在製作登入機制時,加入↓↓↓↓↓↓

FormsAuthentication.RedirectFromLoginPage(Login1.UserName, true);

發生了錯誤訊息:【名稱 'FormsAuthentication' 不存在於目前內容中】

解決方法是加入use即可,


using System.Web.Security;
using System.Security.Cryptography;


沒有留言:

張貼留言