我已刪除的x通電通過使用<httpProtocol>
如何web.config中
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
<remove name="Server" />
</customHeaders>
</httpProtocol>
這會隱藏X-Powered-By
但服務器(IIS信息)仍然沒有得到除去經由
這將是很好的,如果有一種方法,我可以消除在Response Header
我怎樣才能做到這一切的信息?
[在Azure/IIS7中刪除/隱藏/禁用過多的HTTP響應標頭(無UrlScan)](http://stackoverflow.com/questions/12803972/removing-hiding-disabling-excessive-http-response- headers-in-azure-iis7-without) – CrazyPyro
請參閱[此問題](https://stackoverflow.com/questions/12803972/removing-hiding-disabling-excessive-http-response-headers-in-azure-iis7-without/21064912#21064912)如何在沒有UrlScan的情況下執行此操作。 – CrazyPyro