I have an FTP site running on IIS4. The FTP site is outside my domain in a DMZ. Problem is, I want to allow anonymous access (which works) as well as access to some secure folders. When I try to apply security to sub-folders of ftproot (by removing all access except the local administrator and another local user), anonymous users can still access the folders. Also, I try to use WS_FTP to login to the site as administrator, and I get access denied, so I can't upload or download any files. Login locally is on the accounts I'm testing with. Any suggestions?