摘要: 属性验证 //设置时间 [FutureTimeAttribute(ErrorMessage="时间不能为将来")] public DateTime BirthDate { get; set; } //密码比对验证 [DataType(DataType.Password)] public String 阅读全文
posted @ 2016-06-08 15:31 dekevin 阅读(386) 评论(0) 推荐(0) 编辑
摘要: --部署的网站的文件夹需要有IIS_USER权限(写权限) --部署的网站在外网不能访问:一般是由于防火墙的限制导致的。配置防火墙就可以。 阅读全文
posted @ 2016-06-08 11:41 dekevin 阅读(156) 评论(0) 推荐(0) 编辑