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

Page: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpcompression/scheme GitHub: https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/configuration/system.webServer/httpCompression/scheme.md Both `staticCompressionLevel `and `dynamicCompressionLevel` are documented as: > Specifies the compression level for the compression scheme when static content is being compressed. The levels range from...

In the documentation it states that "The requireAccess attribute can be one or more of the following possible values. If you specify more than one value, separate the values with...

Captions are wrong in the figure on "Scenario 1" section. Next to the arrows, where it says "Dynamic content", should be "Static content" and vice versa.

As an example, https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/web-development-reference/native-code-api-reference/ihttpresponse-getrawhttpresponse-method.md has a link to HTTP_RESPONSE structure but the link is broken.

I found a missing segment on this page: https://docs.microsoft.com/en-us/iis/web-development-reference/native-code-development-overview/walkthrough-creating-a-global-level-http-module-by-using-native-code In step 3.f. of “Adding the Code And Source Files” we refer to some code but there’s nothing. It is not...

(Sorry, not really sure how to title it.) On [this page](https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-8/iis-80-application-initialization#modifications-in-applicationhostconfig) ([code here](https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/get-started/whats-new-in-iis-8/iis-80-application-initialization.md)) just above the first config snippet, the text says: >The bolded attribute in the configuration snippet shows...

https://docs.microsoft.com/en-us/iis/configuration/system.webserver/security/requestfiltering/denyurlsequences/ The documentation here lists `..` as an example of blocking requests using `denyUrlSequences`, with reference specifically to preventing directory traversal. However, it does appear that this method doesn't actually...

Hi, When I enable a rule for URL rewrite, it takes around 10-20 seconds. How can I enable a rule instantly?