问题描述
- asp.net mvc 5.2 IgnoreRoute 关于过滤.js资源问题
-
<add type="ignore" name="ignore.js" url="{resource}.js/{*pathInfo}"/> 这样无法起作用: 如下: Remote Address:127.0.0.1:80
Request URL:http://****************/Order/AjaxHandler.js
Request Method:POST
Status Code:404 Not Found
解决方案
http://www.cnblogs.com/kissazi2/archive/2012/07/07/2580724.html
解决方案二:
http://stackoverflow.com/questions/1765726/ignoreroute-in-asp-mvc
http://stackoverflow.com/questions/3696224/asp-net-mvc-ignoreroute-inside-an-area
时间: 2025-01-03 19:59:19