November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
These are the settings we have applied in our projects too (the 6 first entries).
To remove the asp.net version header we've used the httpRuntime elements attribue: enableVersionHeader="false"
And to remove asp.net mvc version we've used the: MvcHandler.DisableMvcResponseHeader = true; (in global.asax.cs Application_Start)
Something to add to the Alloy MVC demo and the new Episerver project template.