I'm trying to set up my first FTP site. I would like to be able to take advantage of IIS6 isolation mode, but I can not figure out how to control the user accounts without manually adding each one (there are currently just over 1100 accounts).
All of my usernames and passwords are already stored in a SQL table that is used by a website to control access. I would like to be able to use the same usernames and passwords for the FTP site.
Is there any way to have IIS use the SQL table or, if not, a way to create local user accounts and keep the passwords synced?