Archives
-
How to setup and use FTP User Isolation with Active Directory by Steve Schofield
This post is targeted at helping IIS Administrators understand how to setup FTP User Isolation and Active Directory together. There has been forum posts @ http://forums.iis.net regarding user isolation and Active Directory. It is pretty straight forward...(read more)
-
Use AppCMD to change Request Filtering extensions
Go to Inetmgr > ServerName > Request Filtering > Filename extensions. You can see all blocked extensions. Open a command prompt and type 'To allow c:\windows\system32\inetsrv\appcmd set config /section:system.webServer/security/requestFiltering...(read more)
-
Use Appcmd to set IIS compression level
Here are a few commands to set properties on IIS compression. c:\windows\system32\inetsrv\appcmd set config -section:urlCompression /doDynamicCompression:true c:\windows\system32\inetsrv\appcmd set config -section:system.webServer/httpCompression -[name...(read more)
-
Custom Errors (error pages), 500-100.asp, Classic ASP and IIS 7.0
Custom Errors on IIS 7.0 and Classic ASP. In previous versions of IIS, there was a built-in error page called 500-100.asp. In IIS 7.0, this custom error page is not automatically listed. Here is a quick demo how I setup a couple ways to capture errors...(read more)
-
Using Active Directory with IIS 7.0 webfarms
This post is targeted at helping IIS Administrators understand how Active Directory can be used by IIS web-farms. My goal is to help anyone looking to deploy IIS (in a web-farm scenerio) and use Active Directory as a authentication store. There are several...(read more)