Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个正常工作的 ASP.NET Web 窗体应用程序,在安装Cassette.AspnetNuGet 包后,我在第一次运行时收到以下错误:
Cassette.Aspnet
此操作需要 IIS 集成管道模式。
我该怎么办?
如果您使用的是 Cassette 2,则需要将以下行添加到web.config文件中:
web.config
<cassette rewriteHtml="false" />
这将解决这个问题,也让开发 Web 服务器开心。
该解决方案在以下Github 线程中找到。