views:

78

answers:

1

I think I might have incorrectly configured an ftp site (it's my first time setting one of these up) in IIS 7.5 on Windows Server 2008 R2, but I'm not sure where I've gone wrong. The error that I keep getting is "User cannot log in, home directory inaccessible." This happens when I:

  1. Open up a Windows command prompt.
  2. Type ftp localhost.
  3. Enter the user name and password for the Windows account that was configured specifically for this purpose.

I gave full control permissions to the user for the physical folder which the ftp site references. I also have the site configured for Basic Authentication (using the aforementionad Windows user name and password). At any rate, I'm kind of lost at this point... Any help on how I might troubleshoot this would be very much appreciated!

Oh, I also checked to make sure that the length of the computer name of the server is indeed less than 15 characters long (I read on another forum somewhere that this sometimes causes an issue with ftp log ins).

Thanks!

Andrew

A: 

Okay, apparently I had to add an authorization rule to IIS. This can be done by selecting the FTP site in the left pane in IIS manager and clicking the Add Authorization Rule icon. Then I just added the specific user, and it worked. See [this posting][1].

Andrew

[1]: http://forum.dotnetpanel.com/forums/p/4520/22287.aspx "here

Andrew