I am always getting an erro 530 - User Cannot Login: Win32 Error: bad username or password when I try to authenticate from the local host or any host on the local or external nets.
I did uninstall the default FTP service, installed the out-of-band FTP7, and also installed the rollup/kb fix for Asp.Net Roles. FTP6 is also not installed.
Running W2K8 x64.
I am adding an FTP7 site to an existing web site that already has asp.net membership working fine against a SQL server (separate machine). Those permissions to allow asp.net membership work great. Existing web site was using Classic App Pool to support telerik's Rad Upload control but I also tried changing the app pool type to Integrated.
After every change I am sure to always restart the IIS7 website and FTP7 site. I have also tried the draconian reboot a couple times after changes just to be sure.
I followed the article step-by-step here:
http://learn.iis.net/page.aspx/389/configuring-ftp-with-net-membership-authentication/
I added the magical GlobalFtpSite/ftpsvc section to the proper root web.config
For authorization, I only have AspNetAuth enabled (both Basic and Anon disabled but I have also tried enabling them).
For authentication, I have tried every combo. Anonymous lets me in as expected but whether I restrict to All Users, or specify a user or specify a role for a user, I always get Error 530 with a further Win32 error of bad username or password (further details only show up on localhost attempts).
I have SSL off but have tried it both ways.
Since the FTP7 site is configured as part of the working asp.net membership site and using the same custom providors, I cannot see why the website auth would work and FTP7 would not.
Is it possible that the magical GlobalFtpSite/ftpsvc section causes IIS to require some other rights to get to the SQL machine other than Network Service?
Are there any walkthroughs that show how to add FTP7 and asp.net membership auth to an existing web site that already has auth working? (the tutorial link is based on localhost, local sql, and recreating the aspnetdb tables along with setting up new custom providers, which I did try BTW but that made no difference either.)
Any help would be appreciated. FTP clients include MSFTs, CuteFTP, SmartFTP, etc. All the same issue.
Thanks In Advance.