在Application_Start方法中添加如下代码
MvcHandler.DisableMvcResponseHeader = true;
在system.web配置节中增加如下配置
<httpRuntime enableVersionHeader="false"/>