iis-docs
iis-docs copied to clipboard
Documentation for IIS
I recently worked on some ISAPI extension development for classic pipeline mode, and found it pretty bad to navigate through the old documentation on MSDN (not to mention there are...
The recommended hardware specs in the IIS configuration documentation pages seem to max out at SQL Server 2012 (not even R2) and Windows 8. With 2012 R2 and 2016 out...
The linked WebDeploy content is still very much valid, but currently lives in a deprecated docset. We should migrate all the relevant content over. https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd568996(v%3dws.10)
Session-based authentication (e.g., Kerberos with `authPersistNonNTLM=true`) is not supported. We should update ARR docs to reflect that.
"For detailed information see the DHCP Server in the Windows Server 2008 Technical Library." points to http://technet2.microsoft.com/windowsserver2008/en/servermanager/dhcpserver.mspx which returns a 404 page: https://docs.microsoft.com/en-us/iis/web-hosting/installing-infrastructure-components/dhcp-server @neusamir https://github.com/MicrosoftDocs/iis-docs/blame/master/iis/web-hosting/installing-infrastructure-components/dhcp-server.md#L25
[https://docs.microsoft.com/en-us/iis/publish/using-web-deploy/web-deploy-powershell-cmdlets](https://docs.microsoft.com/en-us/iis/publish/using-web-deploy/web-deploy-powershell-cmdlets) from feedback at [https://forums.iis.net/t/1226438.aspx?Errata+Web+Deploy+PowerShell+Cmdlets](https://forums.iis.net/t/1226438.aspx?Errata+Web+Deploy+PowerShell+Cmdlets): The example given to restore a web application does not work as specified: `Restore-WDApp C:\myappbackup.zip -ApplicationPathParam1 "Default web site\app1"` The correct way to do this...
Web Matrix is being retired on November 1, 2017. Let's scrub our content of all references to WebMatrix by that date.
The description of that attribute states that `When true, indicates that delegated settings in Web.config files will processed for applications within this application pool. When false, all settings in Web.config...
I found https://github.com/MicrosoftDocs/iis-docs/blob/main/iis/configuration/system.webServer/security/requestFiltering/alwaysAllowedUrls/index.md but it makes it not explicit whether patterns or wildcards can be used. As more people have this question, it would be good if this could be...