IIS 7.5 - Remove the pipe character from usernames for virtual hosts
- by glasnt
Currently I have a setup with a virtual FTP site in IIS 7.5 that requires the following authentication details for the anonymous account:
Host: ftp.mydomain.com
User: ftp.mydomain.com|anonymous
Pass: <none>
I have multiple FTP accounts setup on this same server. I know that this means I need to specify the domain in the username to let IIS know what I need site to authenticate against, but is it possible to make the username only be anonymous? Would I have to create a user by that name in the windows users and groups area to be and specifically link it there?