摘要: Model中的类 using System.Web;using System.ComponentModel; public class GuestBook { public int Id { get; set; } [DisplayName("显示姓名")] public string Name { 阅读全文
posted @ 2016-06-16 16:04 名扬博客 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 1.错误信息 解决办法 1 更改Web.config的连接字符串 <connectionStrings> <add name="DefaultConnection" connectionString="Data Source=(localdb)\v11.0;Initial Catalog=aspne 阅读全文
posted @ 2016-06-16 13:46 名扬博客 阅读(1081) 评论(0) 推荐(0) 编辑