iis-docs
iis-docs copied to clipboard
Documentation for IIS
At https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-10-version-1709/new-features-introduced-in-iis-10-1709 , the link to the list of IIS Server Variables is dead.
useAppPoolCredentials is not documented in IIS Configuration Reference. useAppPoolCredentials needs to be documented in IIS Configuration Reference.
https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/configuration/system.applicationHost/sites/site/bindings/binding.md https://github.com/MicrosoftDocs/iis-dotnet-sdk-docs-pr/blob/master/iis-dotnet/xml/Microsoft.Web.Administration/SslFlags.xml
docs: https://docs.microsoft.com/en-us/iis/web-hosting/web-server-for-shared-hosting/32-bit-mode-worker-processes source: https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/web-hosting/web-server-for-shared-hosting/32-bit-mode-worker-processes.md The article about configuration has more complete and general information than this one: docs: https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/applicationpools/applicationpooldefaults/ source: https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/configuration/system.applicationHost/applicationPools/applicationPoolDefaults/index.md
Hi friends, The [documentation ](https://docs.microsoft.com/en-us/iis/configuration/system.webserver/fastcgi/application/#configuration) states the settings can be edited at the site level, but this does not appear to be the case. While researching the issue I found...
I read about dynamicCompressionBeforeCache (here https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/configuration/system.webServer/urlCompression.md) and I read it as if setting it to true. The response will be compressed every time, whether cached or not cached. Especially this...
The download link on this page is a 404: https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/media/smooth-streaming/protected-interoperable-file-format.md
Arriving at this page from a search engine (as is often the case), it is clear to me that this is about allowing a request through to my web application....
Hello All; Windows 2016 Server IIS 10 ARR **Use External Cache** > **Value does not fall within the expected range.** **IIS** > **ServerName** > **Server Farms** > **FarmName** > [**Server...
Specifically, it appears sample was taken from a larger code example. This sample does not compile due to missing _serviceProxy and TestDemoModuleServiceProxy, both are not named intuitively enough to direct...