How to use iis with friendly name on local network












0















I make a web site to my local. I set bindings local.com and www.local.com. I add hosts xml to



127.0.0.1 local.com



127.0.0.1 www.local.com



So, I can connet on my pc like



local.com,



www.local.com,



192.168.1.35



But another pc on my network can't conenct with friendly name



www.local.com,



local.com,



But same pc can connet with ip



192.168.1.35



How can that another pc connect with friendly name ?










share|improve this question





























    0















    I make a web site to my local. I set bindings local.com and www.local.com. I add hosts xml to



    127.0.0.1 local.com



    127.0.0.1 www.local.com



    So, I can connet on my pc like



    local.com,



    www.local.com,



    192.168.1.35



    But another pc on my network can't conenct with friendly name



    www.local.com,



    local.com,



    But same pc can connet with ip



    192.168.1.35



    How can that another pc connect with friendly name ?










    share|improve this question



























      0












      0








      0








      I make a web site to my local. I set bindings local.com and www.local.com. I add hosts xml to



      127.0.0.1 local.com



      127.0.0.1 www.local.com



      So, I can connet on my pc like



      local.com,



      www.local.com,



      192.168.1.35



      But another pc on my network can't conenct with friendly name



      www.local.com,



      local.com,



      But same pc can connet with ip



      192.168.1.35



      How can that another pc connect with friendly name ?










      share|improve this question
















      I make a web site to my local. I set bindings local.com and www.local.com. I add hosts xml to



      127.0.0.1 local.com



      127.0.0.1 www.local.com



      So, I can connet on my pc like



      local.com,



      www.local.com,



      192.168.1.35



      But another pc on my network can't conenct with friendly name



      www.local.com,



      local.com,



      But same pc can connet with ip



      192.168.1.35



      How can that another pc connect with friendly name ?







      iis






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 22 '18 at 12:21







      BMErEr

















      asked Nov 22 '18 at 12:13









      BMErErBMErEr

      559




      559
























          1 Answer
          1






          active

          oldest

          votes


















          1














          IP Addresses are the numerical identification for each device on a computer network.



          Named Addresses invented, because remembering each device Address's turned to a difficult job.



          So someone must know's which names must be converted to which IP Address.



          DNS Servers are responsible to do this translation. But you done that locally. Actually you don't have a DNS Server on your local System, So you can't tell to others that "WWW.Something.COM" is my Address.



          If you didn't connected to the internet, you must establish a DNS Server or done this task manually in all clients:



          https://helpdeskgeek.com/networking/edit-hosts-file/



          Running a DNS Server is another task. you can search for DNS Server applications like https://simpledns.com/ or you can setup a DNS Server using Windows Server. for both scenarios you need to tell to your clients to add your DNS Server Address to their network Adapter settings.



          or If you are connected to the Internet, you can Use a NoIP to register a free Address:



          https://www.noip.com/



          you then need to download an application (In Noip.com) to monitor IP changes, it will monitors your IP address and it changes and then tells to NOIP.com to translate your address into your current IP address.



          Actually NOIP will registers your address globally around the Internet network and each one who can access to the internet is able to reach to your address.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            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%2fstackoverflow.com%2fquestions%2f53430788%2fhow-to-use-iis-with-friendly-name-on-local-network%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









            1














            IP Addresses are the numerical identification for each device on a computer network.



            Named Addresses invented, because remembering each device Address's turned to a difficult job.



            So someone must know's which names must be converted to which IP Address.



            DNS Servers are responsible to do this translation. But you done that locally. Actually you don't have a DNS Server on your local System, So you can't tell to others that "WWW.Something.COM" is my Address.



            If you didn't connected to the internet, you must establish a DNS Server or done this task manually in all clients:



            https://helpdeskgeek.com/networking/edit-hosts-file/



            Running a DNS Server is another task. you can search for DNS Server applications like https://simpledns.com/ or you can setup a DNS Server using Windows Server. for both scenarios you need to tell to your clients to add your DNS Server Address to their network Adapter settings.



            or If you are connected to the Internet, you can Use a NoIP to register a free Address:



            https://www.noip.com/



            you then need to download an application (In Noip.com) to monitor IP changes, it will monitors your IP address and it changes and then tells to NOIP.com to translate your address into your current IP address.



            Actually NOIP will registers your address globally around the Internet network and each one who can access to the internet is able to reach to your address.






            share|improve this answer




























              1














              IP Addresses are the numerical identification for each device on a computer network.



              Named Addresses invented, because remembering each device Address's turned to a difficult job.



              So someone must know's which names must be converted to which IP Address.



              DNS Servers are responsible to do this translation. But you done that locally. Actually you don't have a DNS Server on your local System, So you can't tell to others that "WWW.Something.COM" is my Address.



              If you didn't connected to the internet, you must establish a DNS Server or done this task manually in all clients:



              https://helpdeskgeek.com/networking/edit-hosts-file/



              Running a DNS Server is another task. you can search for DNS Server applications like https://simpledns.com/ or you can setup a DNS Server using Windows Server. for both scenarios you need to tell to your clients to add your DNS Server Address to their network Adapter settings.



              or If you are connected to the Internet, you can Use a NoIP to register a free Address:



              https://www.noip.com/



              you then need to download an application (In Noip.com) to monitor IP changes, it will monitors your IP address and it changes and then tells to NOIP.com to translate your address into your current IP address.



              Actually NOIP will registers your address globally around the Internet network and each one who can access to the internet is able to reach to your address.






              share|improve this answer


























                1












                1








                1







                IP Addresses are the numerical identification for each device on a computer network.



                Named Addresses invented, because remembering each device Address's turned to a difficult job.



                So someone must know's which names must be converted to which IP Address.



                DNS Servers are responsible to do this translation. But you done that locally. Actually you don't have a DNS Server on your local System, So you can't tell to others that "WWW.Something.COM" is my Address.



                If you didn't connected to the internet, you must establish a DNS Server or done this task manually in all clients:



                https://helpdeskgeek.com/networking/edit-hosts-file/



                Running a DNS Server is another task. you can search for DNS Server applications like https://simpledns.com/ or you can setup a DNS Server using Windows Server. for both scenarios you need to tell to your clients to add your DNS Server Address to their network Adapter settings.



                or If you are connected to the Internet, you can Use a NoIP to register a free Address:



                https://www.noip.com/



                you then need to download an application (In Noip.com) to monitor IP changes, it will monitors your IP address and it changes and then tells to NOIP.com to translate your address into your current IP address.



                Actually NOIP will registers your address globally around the Internet network and each one who can access to the internet is able to reach to your address.






                share|improve this answer













                IP Addresses are the numerical identification for each device on a computer network.



                Named Addresses invented, because remembering each device Address's turned to a difficult job.



                So someone must know's which names must be converted to which IP Address.



                DNS Servers are responsible to do this translation. But you done that locally. Actually you don't have a DNS Server on your local System, So you can't tell to others that "WWW.Something.COM" is my Address.



                If you didn't connected to the internet, you must establish a DNS Server or done this task manually in all clients:



                https://helpdeskgeek.com/networking/edit-hosts-file/



                Running a DNS Server is another task. you can search for DNS Server applications like https://simpledns.com/ or you can setup a DNS Server using Windows Server. for both scenarios you need to tell to your clients to add your DNS Server Address to their network Adapter settings.



                or If you are connected to the Internet, you can Use a NoIP to register a free Address:



                https://www.noip.com/



                you then need to download an application (In Noip.com) to monitor IP changes, it will monitors your IP address and it changes and then tells to NOIP.com to translate your address into your current IP address.



                Actually NOIP will registers your address globally around the Internet network and each one who can access to the internet is able to reach to your address.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 22 '18 at 12:43









                RezaNoeiRezaNoei

                6411215




                6411215
































                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • 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%2fstackoverflow.com%2fquestions%2f53430788%2fhow-to-use-iis-with-friendly-name-on-local-network%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

                    MongoDB - Not Authorized To Execute Command

                    in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

                    How to fix TextFormField cause rebuild widget in Flutter