I have written an extension to the FTP server on Windows 7.
When I try to log in, I get a 503 error. The logs don't show any issues.
I've tried to monitor the file with filemon, but nothing shows up there either.
It's probably a security issue, but I can't find it.
All of the documentation I've ready says Windows 7 and Server 2008 are possible uses of such an extension. Unfortunately the step-by-step guides are all for Server 2008.
-- Edit --
How do I install my extension, so that it will be used when a user logs in to my FTP server?
Does anyone have a pointer to any information regarding installing this on Windows 7?
-- Edit 2 --
I am trying to use the IIS server and the integrated FTP 7.5 server on a Windows 7 machine. I know this can be done on Server 2008, but am trying to get this working on W7 for customers without Server 2008.
-- Edit 3 --
Since this got migrated from StackOverflow, I'm hoping there's some Windows 7 love over here!