views:

22

answers:

0

Hi to all

I have recently install Server 2008 R2 on a new server and want to use the FTP capabilities that are now shipped with IIS 7.5.

Since my users are not windows users, I was using IISAuthManager but this prodiver does not offers home directory on a user basis.

I found this sample http://learn.iis.net/page.aspx/669/how-to-use-managed-code-c-to-create-an-ftp-authentication-provider-using-an-xml-database/ to get going with a simple xml based user config. But i can't make it work. It's always gving me

Response:   530-User cannot log in.
Response:    Win32 error:   The system cannot find the file specified. 
Response:    Error details: An error occured during the authentication process.

I used procmon to get if the xml config file was read with no luck. I don't even think my assembly is being used.

Anybody ever had the same issue ? Basicly, any tips would be apreciated.