我无法使用 google 找到任何内容...如果我在我的ASP.NET代码页上写道:
<!-- #include file="file_to_include.aspx" -->
将文件输出到页面。如何禁用此行为?
<小时/> #include和Server Side Include(SSI)上的MSDN信息
答案 0 :(得分:5)
更新的答案 现在有更多的Cowbell!
事实证明,您可以在IIS的 Web服务扩展管理器中禁用服务器端包含:
只需选择Server Side Includes
,然后点击Prohibit
按钮。
回答#2 较新的答案 :
IIS中的disabling server side includes怎么样?
旧答案
如果你使用Server Side comment,那应该可行。
试试这个:
<%-- <!-- #include file="file_to_include.aspx" --> --%>