I have a website running on Server 2012 (IIS 8.0) that has both HTTP and HTTPS running (HTTP allows the end user to be redirected to HTTPS) and I need to disable the verb TRACE from the HTTPS connection. There are links for how to do this for HTTP using Request Filtering but not HTTPS. Any suggestions?
Thanks!