appcmd set config "Default Web Site" /section:system.webServer/security/requestfiltering /+fileExtensions.[fileextension='.asax',allowed='true']
I've found this appcmd that sets allowed extensions. Does anyone know how to modify this command so that it sets "allow all unlisted file name extensions" please?