nikoo 发表于 2017-2-12 11:16:01

IIS 服务器端include指令

  1. #c onfig   
<!-- #c onfig ERRMSG = "An error occurred processing a directive." -->
SSI.stm was last formatted on
<!-- #c onfig TIMEFMT = "%A, the %d of %B, %Y, at %H:%M" -->
<!-- #f lastmod FILE = "ssi.stm" -->


The size of SSI.stm in bytes is   
<!-- #c onfig SIZEFMT = "BYTES" -->
<!-- #f size FILE = "ssi.stm" -->



This line will print out the ERRMSG configured above

<!-- #c onfig SIZEFMT = "BYTE" -->
使用该指令后不会显示默认的出错详细信息,如果想恢复详细出错信息,可以改用以下指令   
<!-- #c onfig ERRMSG="" -->
页: [1]
查看完整版本: IIS 服务器端include指令