标签: asp.net-mvc-4 web-config
我需要为需要文件名作为参数(i.e. http://server/api/file/00_08112010MC41670.txt)的特定MVC控制器打开runAllManagedModulesForAllRequests,但我不希望通过将其放在网站的根目录中来对网站上的所有内容产生这种惩罚.config(参见评论https://stackoverflow.com/a/16607685/264607)。有没有办法只为MVC中的特定控制器打开它?
(i.e. http://server/api/file/00_08112010MC41670.txt)
答案 0 :(得分:0)
找到了更好的方法:
http://www.britishdeveloper.co.uk/2010/06/dont-use-modules-runallmanagedmodulesfo.html