IIS7 - UI Module for setting FTP Active Directory user isolation properties
Okay, here is one more IIS7 UI module which would be used while using FTP server with Active Directory user Isolation.
In IIS6.0, you had IisFTP.vbs file which you would use to set msIIS-FTPRoot and msIIS-FTPDir property for the user in Active directory.
Below is how it looks:
Here is the link for the DLL:
To add this module in your IIS 7 manager follow the below steps:
<add name="IIS7ADFTPUI" type="IIS7ADFTPUI.MyModuleProvider, IIS7ADFTPUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db9daa3d2ea5f6fd" />
<add name="IIS7ADFTPUI" />