IIS 7.5 - Remove the pipe character from usernames for virtual hostsConfiguration for FTP Site in IIS...

Make a transparent 448*448 image

If Invisibility ends because the original caster casts a non-concentration spell, does Invisibility also end on other targets of the original casting?

Why would a jet engine that runs at temps excess of 2000°C burn when it crashes?

Coworker uses her breast-pump everywhere in the office

Can "semicircle" be used to refer to a part-circle that is not a exact half-circle?

If the Captain's screens are out, does he switch seats with the co-pilot?

Want to switch to tankless, but can I use my existing wiring?

Is it illegal in Germany to take sick leave if you caused your own illness with food?

It's a yearly task, alright

Running a subshell from the middle of the current command

When is a batch class instantiated when you schedule it?

What does おとこえしや mean?

Single word request: Harming the benefactor

How do anti-virus programs start at Windows boot?

What wound would be of little consequence to a biped but terrible for a quadruped?

Touchscreen-controlled dentist office snowman collector game

Counter-example to the existence of left Bousfield localization of combinatorial model category

Is this animal really missing?

"One can do his homework in the library"

Why must traveling waves have the same amplitude to form a standing wave?

Humans have energy, but not water. What happens?

Making a sword in the stone, in a medieval world without magic

Examples of odd-dimensional manifolds that do not admit contact structure

Do I need to leave some extra space available on the disk which my database log files reside, for log backup operations to successfully occur?



IIS 7.5 - Remove the pipe character from usernames for virtual hosts


Configuration for FTP Site in IIS 7.5Instructions for IIS 7.5 FTP Blind Drop without 500 ErrorsFTP - IIS 7.5 - Stop / Deny Directory ListingIIS 7.5 Basic AuthenticationIIS7.5: Basic Authentication with a domainIIS 7.5 FTP Service User UserGroups for AuthorisationWindows 7 caches FTP credentials?FTP restrict user access to a specific folderMove IIS 7.5 FTP services from one server to another without recreating accountsIIS 7.5 connect to a web site using IIS Manager using the current user credentials













2















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?










share|improve this question
















bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    2















    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?










    share|improve this question
















    bumped to the homepage by Community 11 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      2












      2








      2








      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?










      share|improve this question
















      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?







      iis ftp iis-7.5 anonymous






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 8 '12 at 2:20









      poige

      7,07211437




      7,07211437










      asked Jun 7 '12 at 23:00









      glasntglasnt

      3422421




      3422421





      bumped to the homepage by Community 11 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 11 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          As you are probably aware, unlike HTTP, FTP has no equivalent of HTTP host headers. Different FTP server implementations that allow multiple FTP sites to use the same IP address (using FTP Virtual Host Names in the case of IIS FTP) require that you specify the site being authenticated to in the username.



          If you need to have a site where you want to make anonymous access simple and dispense with the hostname in the username then you'll need to put that site on its own dedicated IP address.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "2"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f396672%2fiis-7-5-remove-the-pipe-character-from-usernames-for-virtual-hosts%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            As you are probably aware, unlike HTTP, FTP has no equivalent of HTTP host headers. Different FTP server implementations that allow multiple FTP sites to use the same IP address (using FTP Virtual Host Names in the case of IIS FTP) require that you specify the site being authenticated to in the username.



            If you need to have a site where you want to make anonymous access simple and dispense with the hostname in the username then you'll need to put that site on its own dedicated IP address.






            share|improve this answer




























              0














              As you are probably aware, unlike HTTP, FTP has no equivalent of HTTP host headers. Different FTP server implementations that allow multiple FTP sites to use the same IP address (using FTP Virtual Host Names in the case of IIS FTP) require that you specify the site being authenticated to in the username.



              If you need to have a site where you want to make anonymous access simple and dispense with the hostname in the username then you'll need to put that site on its own dedicated IP address.






              share|improve this answer


























                0












                0








                0







                As you are probably aware, unlike HTTP, FTP has no equivalent of HTTP host headers. Different FTP server implementations that allow multiple FTP sites to use the same IP address (using FTP Virtual Host Names in the case of IIS FTP) require that you specify the site being authenticated to in the username.



                If you need to have a site where you want to make anonymous access simple and dispense with the hostname in the username then you'll need to put that site on its own dedicated IP address.






                share|improve this answer













                As you are probably aware, unlike HTTP, FTP has no equivalent of HTTP host headers. Different FTP server implementations that allow multiple FTP sites to use the same IP address (using FTP Virtual Host Names in the case of IIS FTP) require that you specify the site being authenticated to in the username.



                If you need to have a site where you want to make anonymous access simple and dispense with the hostname in the username then you'll need to put that site on its own dedicated IP address.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 16 '12 at 0:21









                KevKev

                6,1671265103




                6,1671265103






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f396672%2fiis-7-5-remove-the-pipe-character-from-usernames-for-virtual-hosts%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

                    Список ссавців Італії Природоохоронні статуси | Список |...

                    Українські прізвища Зміст Історичні відомості |...