我可以在ASP.NET中禁用#include吗?

时间:2009-08-18 17:14:50

标签: asp.net file include

我无法使用 google 找到任何内容...如果我在我的ASP.NET代码页上写道:

<!-- #include file="file_to_include.aspx" -->

将文件输出到页面。如何禁用此行为?

<小时/> #includeServer Side Include(SSI)上的MSDN信息

1 个答案:

答案 0 :(得分:5)

更新的答案 现在有更多的Cowbell!

事实证明,您可以在IIS的 Web服务扩展管理器中禁用服务器端包含: alt text

只需选择Server Side Includes,然后点击Prohibit按钮。

回答#2 较新的答案

IIS中的disabling server side includes怎么样?


旧答案

如果你使用Server Side comment,那应该可行。

试试这个:

<%--  <!-- #include file="file_to_include.aspx" --> --%>