Cassette + Web Forms: This operation requires IIS integrated pipeline mode

寵の児 提交于 2019-12-13 04:51:00

问题


I have a working ASP.NET Web Forms application and after installing the Cassette.Aspnet NuGet package I got the following error on first run:

This operation requires IIS integrated pipeline mode.

What should I do?


回答1:


If you are using Cassette 2, you need to add the following line to your web.config file:

<cassette rewriteHtml="false" />

This will solve this issue, and also make the development web server happy.


That solution was found on the following Github thread.



来源:https://stackoverflow.com/questions/19281105/cassette-web-forms-this-operation-requires-iis-integrated-pipeline-mode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!