[quoted text, click to view] > If youa re using IIS 6 you can use Isolation Mode but the Directory
> structure has to follow a certain naming convention.
I created the following directory structure:
c:\accounts\account1\wwwroot
c:\accounts\account2\wwwroot
c:\accounts\account3\wwwroot
....
[quoted text, click to view] > You can also create a Virtual Directory under FTP
I deleted the FTP site I had created perviously and created virtual
directories under the default FTP site (and disabled anonymous access).
Then I created virtual directories with alias of account1, account2,
account3 respectively and pointed each one to it's corresponding wwwroot
directory.
[quoted text, click to view] > name it the ID of the user and map it to the Web Home directory.
I deleted the Web sites I had created previoulsy and made a new web sites
with home directories of:
c:\accounts\account1\wwwroot
c:\accounts\account2\wwwroot
c:\accounts\account3\wwwroot
Seems to be working - but now I FTP to the IP address of the server (not the
FTP site) and log in with "accountX" for a username and am taken directly to
that user's wwwroot directory. I assume this is correct...
[quoted text, click to view] > Enable Read and Write and give the local user or Domain user
> the proper NTFS permissions.
Here's where I'm having trouble - regardless of what user I FTP in as, if I
issue the "cd /" and "dir" command, I see:
account1
account2
account3
and can cd into any of these directories. Is this a problem with how I've
configured things, or just a NTFS permission problem?
[quoted text, click to view] > Anonumous can't log in either. I'm presently
> doing this successfully at my company.
What about FTP passwords? Should I use SSL encription? I assume most Hosts
do this... (?) How to make secure?