Hello,
can somebody please explain me how to set the following setting in IIS with DSC xWebAdministration Module?
xWebConfigProperty set-maxRequestLength {
WebsitePath = 'IIS:\Sites\Default Web Site\Microsoft-Server-ActiveSync'
Filter = 'system.web/httpRuntime'
PropertyName = 'maxRequestLength'
Value = '40858'
Ensure = 'Present'
}