【发布时间】:2013-07-02 11:16:40
【问题描述】:
当我想使用 dotless (http://www.dotlesscss.org/) 时,我遇到了问题:
当我尝试请求文件 http://localhost/static/css/StyleLess.less 时,我收到一个 HTTP 错误:
处理程序“dotless”的模块列表中有一个错误模块“ManagedPipelineHandler”。
- MVC 4
- asp.net 4.0
- IIS 7 经典模式
但是,如果应用程序池设置为“集成”,我没有问题。
我尝试过使用,等等
- How to get rid of this error Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
- How to fix: Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
没有成功
【问题讨论】:
标签: asp.net-mvc asp.net-mvc-4 iis-7 dotless