我的PHP,.NET开源之路
很简单了,看下面:
string Pwd = this.TxtUserPwd.Text.Trim().Replace("'","");
string UserPwd = FormsAuthentication.HashPasswordForStoringInConfigFile(Pwd,"md5");