原因,没有配置webconfig

  <system.webServer>
<modules>
<remove name="FormsAuthentication" />
</modules>
<handlers>
<add name="MiniProfiler" path="mini-profiler-resources/*" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />
</handlers>
<staticContent>
<remove fileExtension=".woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff" mimeType="application/x-woff" />
<mimeMap fileExtension=".woff2" mimeType="application/x-woff2" />
</staticContent>
</system.webServer>

参考:https://www.cnblogs.com/smallidea/p/5274803.html

最新文章

  1. awk命令速查
  2. 叫板OpenStack:用Docker实现私有云
  3. android中xmlns:tools属性详解
  4. mysql 查看是否存在某一张表
  5. 简单OS(ucos超级精简版)&mdash;&mdash;裸调度器【worldsing笔记】
  6. 【剑指Offer学习】【面试题14 :调整数组顺序使奇数位于偶数前面】
  7. request.getContextPath获取绝对路径
  8. While reading XXX pngcrush caught libpng error: N
  9. zen-Coding的使用
  10. Touch Punch在移动设备上面增加jQuery UI的触摸支持|Jquery UI 支持移动端 触摸滑动等
  11. px和sp什么区别
  12. 跳跳棋[LCA+二分查找]-洛谷1852
  13. JS----对象的合并与克隆
  14. 【问题集】redis.clients.jedis.exceptions.JedisDataException: ERR value is not an integer or out of range
  15. CentOS7下安装MySQL5.7安装与配置
  16. 用模糊查询like语句时如果要查是否包含%字符串该如何写
  17. OpenGL ES 光照模型之——漫反射光(RenderMonkey测试,地球日出效果)
  18. Linux系统发布ASP.NET项目
  19. CodeForces 288B Polo the Penguin and Houses (暴力或都快速幂)
  20. Python 3 学习笔记之——键盘输入和读写文件

热门文章

  1. 应用安全 - CMS - Discuz漏洞汇总
  2. BusyBox TFTP使用(转)
  3. [转帖]Intel Xeon路线图:7nm处理器要上DDR5、PCIe 5.0
  4. [转帖]探秘华为(一):华为和H3C(华三)的爱恨情仇史!
  5. 【WPS/Visio】WPS word无法复制或编辑Visio对象
  6. JavaScript的循环结构和经典题目
  7. lspci - 列出所有PCI设备
  8. dll和ocx的区别
  9. [USACO12DEC]第一!First!(字典树,拓扑排序)
  10. visual studio中配置opencv