iis-docs icon indicating copy to clipboard operation
iis-docs copied to clipboard

Documentation for IIS

Results 128 iis-docs issues
Sort by recently updated
recently updated
newest added

Update to how elements and attributes of httpCompression work.

Issue originally posted at https://github.com/microsoft/msquic/issues/735 by @Jehoel ---------------------------------------------- (As a preface, I apologise if this is the wrong place to post a question specific to IIS, though it does concern...

I think steps at the below link might be wrong. It says HTTP.sys gets request later asks WAS to it configure HTTP.sys back. But according to my observations HTTP.sys starts...

https://docs.microsoft.com/en-us/iis/troubleshoot/using-failed-request-tracing/using-failed-request-tracing-rules-to-troubleshoot-application-request-routing-arr?source=docs#to-configure-failed-request-tracing-rules-using-the-command-line ./appcmd.exe set config "Default Web Site" -section:system.webServer/tracing/traceFailedRequests /[path='*'].failureDefinitions.statusCodes:"200-399" **_ERROR ( message:Malformed collection indexer; format is [@position,name='value',name2='value2',...]. The @position specifier is optional, and be '@start', '@end', or '@N' where N...

It is probably worth documenting the following: When running an application that creates a new site built using dotnet core and using the auto generated id based on the (hash...

The UrlScan 3.1 download link is not working in the [UrlScan 3 Reference](https://docs.microsoft.com/en-us/iis/extensions/working-with-urlscan/urlscan-3-reference) document. Link as below: x86: https://www.microsoft.com/downloads/details.aspx?FamilyID=ee41818f-3363-4e24-9940-321603531989 x64: https://www.microsoft.com/downloads/details.aspx?FamilyID=361e5598-c1bd-46b8-b3e7-3980e8bdf0de

Under the "remarks" section, it has: _to run on a computer than has a 64-bit processor_ That should be "that", of course. --- #### Document Details ⚠ *Do not edit...

At https://docs.microsoft.com/en-us/iis/develop/runtime-extensibility/develop-a-native-cc-module-for-iis#summary , the link for IIS 7.0 SDK documentation goes wrong page. It goes to the page New Features Introduced in IIS 10.0 Version 1709 when it should go...

The `physicalPath` attribute of `` is marked as optional [here](https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/configuration/system.applicationHost/sites/site/application/virtualDirectory.md#configuration); however, omitting this property yields a `The path is not of legal form` error message in IIS Manager.