Thursday 4 June 2015

530 user cannot log in. iis 7 ftp

Errors:-


  • 530 user cannot log in. iis 7 ftp
  • ftp 530 user cannot log in iis7
  • ftp 530 user cannot login home directory inaccessible
  • 530 user cannot log in
  • 530 user cannot log in filezilla
  • 530 user cannot log in iis7
  • 530 user cannot log in home directory inaccessible
  • 530 user cannot log in home directory inaccessible. iis7
  • 530 user cannot login home directory inaccessible windows 2008 r2

Solution 1:
Run all one by one in server 2008-2012 to provide network privileges 

ICACLS "%SystemDrive%\Windows\System32\inetsrv\config" /Grant "Network Service":R /T

ICACLS "%SystemDrive%\Windows\System32\inetsrv\config\administration.config" /Grant "Network Service":R

ICACLS "%SystemDrive%\Windows\System32\inetsrv\config\redirection.config" /Grant "Network Service":R


Solution 2:
Be sure Role Service FTP extensibility is installed under IIS role, which is actually allows IIS Manager Auth. This is pretty tricky, as you could allow IIS Manager auth, but still it would not work until you have not installed FTP Extensibility.