6
Mar
To get rid of the X-AspNet-Version HTTP header from the response, just copy this line into the web.config’s <system.web> section:
<httpRuntime enableVersionHeader=”false” />
0
Everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc
To get rid of the X-AspNet-Version HTTP header from the response, just copy this line into the web.config’s <system.web> section:
<httpRuntime enableVersionHeader=”false” />