CODEDIGEST
Home » Articles
Search
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

Community News
No News Feeds available at this time.
 
IIS7 - UI Module for setting FTP Active Directory user isolation properties

By Rakki Muthu Kumar
Posted On Feb 17,2008
Article Rating:
Average Rating: 3
No of Ratings: 1
No of Comments: 0
Category:
Print this article.

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:

image



Here is the link for the DLL:

To add this module in your IIS 7 manager follow the below steps:

  1. Download the IIS7ADFTPUI.dll.
  2. From inetsrv folder Drag and Drop the IIS7ADFTPUI.dll into the Global Assembly Cache (C:\Windows\assembly) or use GacUtil -i IIS7ADFTPUI.dll to install it to the GAC.
  3. Under File Menu, browse for the file %WinDir%\System32\InetSrv\config\Administration.config.
  4. Search for the <moduleProviders> section and add the following

<add name="IIS7ADFTPUI" type="IIS7ADFTPUI.MyModuleProvider, IIS7ADFTPUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db9daa3d2ea5f6fd" />

  1. Search for the <modules> section and add the following

<add name="IIS7ADFTPUI" />

  1. Open Inetmgr and You will see the module listed in your IIS 7 Manager if you would’ve followed the above steps properly.

 

Similar Articles
You can contribute to CodeDiget.Com:
Donate to CodeDigest.com
Article Feedback
Comments