摘要: 在Windows7中利用VS2010提供的WCF4 REST Service模板编写的REST Service程序本机发布正常,部署到Windows Server2003的IIS6上后,访问帮助页面(例如:http://localhost/WcfRestServiceDemo_deploy/Rest... 阅读全文
posted @ 2014-04-22 17:06 Gracian 阅读(230) 评论(1) 推荐(0) 编辑
摘要: 准备工作Customerpublic class Customer { public virtual int Unid { get; set; } public virtual DateTime CreateTime { get; set; } public virtual string Addre... 阅读全文
posted @ 2014-04-22 11:07 Gracian 阅读(150) 评论(0) 推荐(1) 编辑