摘要: using System; using System.Globalization; using System.Linq; using System.Reflection; using System.Web.Http.Controllers; using System.Web.Http.Description; using System.Xml.XPath; using Tiza.CStar.Er... 阅读全文
posted @ 2017-08-15 10:43 ido 阅读(913) 评论(0) 推荐(0)
摘要: 对于像MVC这种比较特殊的URL,例如 www.store.com/books/GetById/2 因为没有文件后缀名,IIS通常会无法解析,返回403或者404错误。ASP.NET v4.0增加了新的特性,当运行在IIS7以上版本,并且需要IIS的一个快速修复程序KB980368,配置web.co 阅读全文
posted @ 2017-08-15 09:35 ido 阅读(678) 评论(0) 推荐(0)