IIS 7.5 - Remove the pipe character from usernames for virtual hosts
Posted
by
glasnt
on Server Fault
See other posts from Server Fault
or by glasnt
Published on 2012-06-07T23:00:52Z
Indexed on
2012/06/16
3:18 UTC
Read the original article
Hit count: 500
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?
© Server Fault or respective owner