public
static
string
GetMd5(
string
str)
return
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str,
"MD5"
).ToLower().Substring(8,16);
命名空间“System”中不存在类型或命名空间名称“Windows”(是缺少程序集引用吗?)
命名空间“System”中不存在类型或命名空间名称“Windows”(是缺少程序集引用吗?)
未能加载文件或程序集“System.Web.Http.WebHost, Version=4.0.0.0, ”或它的某一个依赖项。系统找不到指定的文件。
未能加载文件或程序集“System.Web.Http.WebHost, Version=4.0.0.0, ”或它的某一个依赖项。系统找不到指定的文件。
Server Error in '/虚拟目录名称' application
提示:Unable to make the session state request to the session state server.