access local asp.net website from the Internet





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I have a asp.net local website in C# (ISS 7).



In order for my client to test it, I would need him to access my machine through the internet.



How can I do it? There must be an easy way.










share|improve this question















migrated from stackoverflow.com Apr 19 '13 at 10:32


This question came from our site for professional and enthusiast programmers.

























    0















    I have a asp.net local website in C# (ISS 7).



    In order for my client to test it, I would need him to access my machine through the internet.



    How can I do it? There must be an easy way.










    share|improve this question















    migrated from stackoverflow.com Apr 19 '13 at 10:32


    This question came from our site for professional and enthusiast programmers.





















      0












      0








      0








      I have a asp.net local website in C# (ISS 7).



      In order for my client to test it, I would need him to access my machine through the internet.



      How can I do it? There must be an easy way.










      share|improve this question
















      I have a asp.net local website in C# (ISS 7).



      In order for my client to test it, I would need him to access my machine through the internet.



      How can I do it? There must be an easy way.







      c# asp.net






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 10 '14 at 16:03









      Hennes

      59.4k793144




      59.4k793144










      asked Apr 19 '13 at 8:59









      dyesdyesdyesdyes

      1034




      1034




      migrated from stackoverflow.com Apr 19 '13 at 10:32


      This question came from our site for professional and enthusiast programmers.









      migrated from stackoverflow.com Apr 19 '13 at 10:32


      This question came from our site for professional and enthusiast programmers.
























          3 Answers
          3






          active

          oldest

          votes


















          2














          The easy way.



          Your computer have been connected with the internet and have get an IP. Find your ip using a page from the internet like this one http://www.whatsmyip.org/



          Now you give that ip to your client and tell him to use it on the url (eg http://xxx.xxx.xxx.xxx/)





          Now from your part, you must




          1. Setup IIS to allow to get connections no matter what is the name on the url

          2. Setup your router to allow to redirect all the income connection to your computer with the iis

          3. Disable the firewall for the income calls on port 80.

          4. Correct setup your iss to been able to run your site.






          share|improve this answer
























          • Aristos - in effect, couldn't you just use this method to host your own site? As opposed to paying a professional hosting service? Couldn't you just purchase yourdomain.co.uk and then route this domain to your local computer?

            – DeeMac
            Apr 19 '13 at 9:31






          • 1





            @DeeMac Its an idea, but I do not follow it because you need a good computer that works 24/7 with UPS, professional hard disk that work 24/7, line that never down, and many more little things that is critical. To rend few space for web hosting is not so expensive and you do not to worry for many things. Anyway you can try it :). I must tell you that there are professional equipments that are able to run 24/7 without issues. The regular computers on the market are fail after 24/7 work for a year or two (from my experience). With other words, the cost is higher than rend one.

            – Aristos
            Apr 19 '13 at 10:00











          • @DeeMac Also, review your ISP contract. This is generally not allowed per your contract with your ISP. They aren't going to say anything if you're just hosting a site for a few people to visit but if you ever got any real traffic they'd shut you down (at least mine would; it's happened a few times to people I know, they send a nasty letter to you as well).

            – krowe
            Sep 8 '14 at 17:13



















          0














          This is not very safe.
          My advice is you have a cheap hosting where you can put your test applications.
          My advice is: https://www.smarterasp.net/






          share|improve this answer































            -1














            Teamviewer
            http://www.teamviewer.com/en/index.aspx
            This will allow him to give access to your machine,






            share|improve this answer
























            • To actually make this work, you must also setup and the router to accept connection and the firewall to permit them.

              – Aristos
              Apr 19 '13 at 9:12











            • Obviously, this is dependant on how good your/your clients internet speed is as to how it performs. However, this way gives you a lot more control and allows you to see what your client is doing, so you can give a step by step in the teamview IM

              – Philip Gullick
              Apr 19 '13 at 9:13











            • The negative on that is that you make your client to install a program, you potential open him a security hole because the teamviewer is stay on their computer as hidden service that is not stop, and from there is always run (potential slow your clients computer). Also you show to your client your work space - and what if you have 3 monitors, and your client a small screen ? Bad idea in general IMPO. By the way, is not free for pro use.

              – Aristos
              Apr 19 '13 at 9:15











            • Teamviewer is not a hidden service, it can be stopped at anytime during sessions, and sessions can only be opened by two users connecting with passwords. Client can simply delete after, and the monitor point is invalid. This way maybe a littler slower dependant on connection strength but offers better security for both users.

              – Philip Gullick
              Apr 19 '13 at 9:19











            • Clearly not much with Teamviewer, not bigging it up, just giving him the easiest way which at the same time offers security measures.

              – Philip Gullick
              Apr 19 '13 at 9:24












            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            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%2fsuperuser.com%2fquestions%2f584888%2faccess-local-asp-net-website-from-the-internet%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            The easy way.



            Your computer have been connected with the internet and have get an IP. Find your ip using a page from the internet like this one http://www.whatsmyip.org/



            Now you give that ip to your client and tell him to use it on the url (eg http://xxx.xxx.xxx.xxx/)





            Now from your part, you must




            1. Setup IIS to allow to get connections no matter what is the name on the url

            2. Setup your router to allow to redirect all the income connection to your computer with the iis

            3. Disable the firewall for the income calls on port 80.

            4. Correct setup your iss to been able to run your site.






            share|improve this answer
























            • Aristos - in effect, couldn't you just use this method to host your own site? As opposed to paying a professional hosting service? Couldn't you just purchase yourdomain.co.uk and then route this domain to your local computer?

              – DeeMac
              Apr 19 '13 at 9:31






            • 1





              @DeeMac Its an idea, but I do not follow it because you need a good computer that works 24/7 with UPS, professional hard disk that work 24/7, line that never down, and many more little things that is critical. To rend few space for web hosting is not so expensive and you do not to worry for many things. Anyway you can try it :). I must tell you that there are professional equipments that are able to run 24/7 without issues. The regular computers on the market are fail after 24/7 work for a year or two (from my experience). With other words, the cost is higher than rend one.

              – Aristos
              Apr 19 '13 at 10:00











            • @DeeMac Also, review your ISP contract. This is generally not allowed per your contract with your ISP. They aren't going to say anything if you're just hosting a site for a few people to visit but if you ever got any real traffic they'd shut you down (at least mine would; it's happened a few times to people I know, they send a nasty letter to you as well).

              – krowe
              Sep 8 '14 at 17:13
















            2














            The easy way.



            Your computer have been connected with the internet and have get an IP. Find your ip using a page from the internet like this one http://www.whatsmyip.org/



            Now you give that ip to your client and tell him to use it on the url (eg http://xxx.xxx.xxx.xxx/)





            Now from your part, you must




            1. Setup IIS to allow to get connections no matter what is the name on the url

            2. Setup your router to allow to redirect all the income connection to your computer with the iis

            3. Disable the firewall for the income calls on port 80.

            4. Correct setup your iss to been able to run your site.






            share|improve this answer
























            • Aristos - in effect, couldn't you just use this method to host your own site? As opposed to paying a professional hosting service? Couldn't you just purchase yourdomain.co.uk and then route this domain to your local computer?

              – DeeMac
              Apr 19 '13 at 9:31






            • 1





              @DeeMac Its an idea, but I do not follow it because you need a good computer that works 24/7 with UPS, professional hard disk that work 24/7, line that never down, and many more little things that is critical. To rend few space for web hosting is not so expensive and you do not to worry for many things. Anyway you can try it :). I must tell you that there are professional equipments that are able to run 24/7 without issues. The regular computers on the market are fail after 24/7 work for a year or two (from my experience). With other words, the cost is higher than rend one.

              – Aristos
              Apr 19 '13 at 10:00











            • @DeeMac Also, review your ISP contract. This is generally not allowed per your contract with your ISP. They aren't going to say anything if you're just hosting a site for a few people to visit but if you ever got any real traffic they'd shut you down (at least mine would; it's happened a few times to people I know, they send a nasty letter to you as well).

              – krowe
              Sep 8 '14 at 17:13














            2












            2








            2







            The easy way.



            Your computer have been connected with the internet and have get an IP. Find your ip using a page from the internet like this one http://www.whatsmyip.org/



            Now you give that ip to your client and tell him to use it on the url (eg http://xxx.xxx.xxx.xxx/)





            Now from your part, you must




            1. Setup IIS to allow to get connections no matter what is the name on the url

            2. Setup your router to allow to redirect all the income connection to your computer with the iis

            3. Disable the firewall for the income calls on port 80.

            4. Correct setup your iss to been able to run your site.






            share|improve this answer













            The easy way.



            Your computer have been connected with the internet and have get an IP. Find your ip using a page from the internet like this one http://www.whatsmyip.org/



            Now you give that ip to your client and tell him to use it on the url (eg http://xxx.xxx.xxx.xxx/)





            Now from your part, you must




            1. Setup IIS to allow to get connections no matter what is the name on the url

            2. Setup your router to allow to redirect all the income connection to your computer with the iis

            3. Disable the firewall for the income calls on port 80.

            4. Correct setup your iss to been able to run your site.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 19 '13 at 9:07









            AristosAristos

            368417




            368417













            • Aristos - in effect, couldn't you just use this method to host your own site? As opposed to paying a professional hosting service? Couldn't you just purchase yourdomain.co.uk and then route this domain to your local computer?

              – DeeMac
              Apr 19 '13 at 9:31






            • 1





              @DeeMac Its an idea, but I do not follow it because you need a good computer that works 24/7 with UPS, professional hard disk that work 24/7, line that never down, and many more little things that is critical. To rend few space for web hosting is not so expensive and you do not to worry for many things. Anyway you can try it :). I must tell you that there are professional equipments that are able to run 24/7 without issues. The regular computers on the market are fail after 24/7 work for a year or two (from my experience). With other words, the cost is higher than rend one.

              – Aristos
              Apr 19 '13 at 10:00











            • @DeeMac Also, review your ISP contract. This is generally not allowed per your contract with your ISP. They aren't going to say anything if you're just hosting a site for a few people to visit but if you ever got any real traffic they'd shut you down (at least mine would; it's happened a few times to people I know, they send a nasty letter to you as well).

              – krowe
              Sep 8 '14 at 17:13



















            • Aristos - in effect, couldn't you just use this method to host your own site? As opposed to paying a professional hosting service? Couldn't you just purchase yourdomain.co.uk and then route this domain to your local computer?

              – DeeMac
              Apr 19 '13 at 9:31






            • 1





              @DeeMac Its an idea, but I do not follow it because you need a good computer that works 24/7 with UPS, professional hard disk that work 24/7, line that never down, and many more little things that is critical. To rend few space for web hosting is not so expensive and you do not to worry for many things. Anyway you can try it :). I must tell you that there are professional equipments that are able to run 24/7 without issues. The regular computers on the market are fail after 24/7 work for a year or two (from my experience). With other words, the cost is higher than rend one.

              – Aristos
              Apr 19 '13 at 10:00











            • @DeeMac Also, review your ISP contract. This is generally not allowed per your contract with your ISP. They aren't going to say anything if you're just hosting a site for a few people to visit but if you ever got any real traffic they'd shut you down (at least mine would; it's happened a few times to people I know, they send a nasty letter to you as well).

              – krowe
              Sep 8 '14 at 17:13

















            Aristos - in effect, couldn't you just use this method to host your own site? As opposed to paying a professional hosting service? Couldn't you just purchase yourdomain.co.uk and then route this domain to your local computer?

            – DeeMac
            Apr 19 '13 at 9:31





            Aristos - in effect, couldn't you just use this method to host your own site? As opposed to paying a professional hosting service? Couldn't you just purchase yourdomain.co.uk and then route this domain to your local computer?

            – DeeMac
            Apr 19 '13 at 9:31




            1




            1





            @DeeMac Its an idea, but I do not follow it because you need a good computer that works 24/7 with UPS, professional hard disk that work 24/7, line that never down, and many more little things that is critical. To rend few space for web hosting is not so expensive and you do not to worry for many things. Anyway you can try it :). I must tell you that there are professional equipments that are able to run 24/7 without issues. The regular computers on the market are fail after 24/7 work for a year or two (from my experience). With other words, the cost is higher than rend one.

            – Aristos
            Apr 19 '13 at 10:00





            @DeeMac Its an idea, but I do not follow it because you need a good computer that works 24/7 with UPS, professional hard disk that work 24/7, line that never down, and many more little things that is critical. To rend few space for web hosting is not so expensive and you do not to worry for many things. Anyway you can try it :). I must tell you that there are professional equipments that are able to run 24/7 without issues. The regular computers on the market are fail after 24/7 work for a year or two (from my experience). With other words, the cost is higher than rend one.

            – Aristos
            Apr 19 '13 at 10:00













            @DeeMac Also, review your ISP contract. This is generally not allowed per your contract with your ISP. They aren't going to say anything if you're just hosting a site for a few people to visit but if you ever got any real traffic they'd shut you down (at least mine would; it's happened a few times to people I know, they send a nasty letter to you as well).

            – krowe
            Sep 8 '14 at 17:13





            @DeeMac Also, review your ISP contract. This is generally not allowed per your contract with your ISP. They aren't going to say anything if you're just hosting a site for a few people to visit but if you ever got any real traffic they'd shut you down (at least mine would; it's happened a few times to people I know, they send a nasty letter to you as well).

            – krowe
            Sep 8 '14 at 17:13













            0














            This is not very safe.
            My advice is you have a cheap hosting where you can put your test applications.
            My advice is: https://www.smarterasp.net/






            share|improve this answer




























              0














              This is not very safe.
              My advice is you have a cheap hosting where you can put your test applications.
              My advice is: https://www.smarterasp.net/






              share|improve this answer


























                0












                0








                0







                This is not very safe.
                My advice is you have a cheap hosting where you can put your test applications.
                My advice is: https://www.smarterasp.net/






                share|improve this answer













                This is not very safe.
                My advice is you have a cheap hosting where you can put your test applications.
                My advice is: https://www.smarterasp.net/







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 5 at 19:21









                MarcosMarcos

                91




                91























                    -1














                    Teamviewer
                    http://www.teamviewer.com/en/index.aspx
                    This will allow him to give access to your machine,






                    share|improve this answer
























                    • To actually make this work, you must also setup and the router to accept connection and the firewall to permit them.

                      – Aristos
                      Apr 19 '13 at 9:12











                    • Obviously, this is dependant on how good your/your clients internet speed is as to how it performs. However, this way gives you a lot more control and allows you to see what your client is doing, so you can give a step by step in the teamview IM

                      – Philip Gullick
                      Apr 19 '13 at 9:13











                    • The negative on that is that you make your client to install a program, you potential open him a security hole because the teamviewer is stay on their computer as hidden service that is not stop, and from there is always run (potential slow your clients computer). Also you show to your client your work space - and what if you have 3 monitors, and your client a small screen ? Bad idea in general IMPO. By the way, is not free for pro use.

                      – Aristos
                      Apr 19 '13 at 9:15











                    • Teamviewer is not a hidden service, it can be stopped at anytime during sessions, and sessions can only be opened by two users connecting with passwords. Client can simply delete after, and the monitor point is invalid. This way maybe a littler slower dependant on connection strength but offers better security for both users.

                      – Philip Gullick
                      Apr 19 '13 at 9:19











                    • Clearly not much with Teamviewer, not bigging it up, just giving him the easiest way which at the same time offers security measures.

                      – Philip Gullick
                      Apr 19 '13 at 9:24
















                    -1














                    Teamviewer
                    http://www.teamviewer.com/en/index.aspx
                    This will allow him to give access to your machine,






                    share|improve this answer
























                    • To actually make this work, you must also setup and the router to accept connection and the firewall to permit them.

                      – Aristos
                      Apr 19 '13 at 9:12











                    • Obviously, this is dependant on how good your/your clients internet speed is as to how it performs. However, this way gives you a lot more control and allows you to see what your client is doing, so you can give a step by step in the teamview IM

                      – Philip Gullick
                      Apr 19 '13 at 9:13











                    • The negative on that is that you make your client to install a program, you potential open him a security hole because the teamviewer is stay on their computer as hidden service that is not stop, and from there is always run (potential slow your clients computer). Also you show to your client your work space - and what if you have 3 monitors, and your client a small screen ? Bad idea in general IMPO. By the way, is not free for pro use.

                      – Aristos
                      Apr 19 '13 at 9:15











                    • Teamviewer is not a hidden service, it can be stopped at anytime during sessions, and sessions can only be opened by two users connecting with passwords. Client can simply delete after, and the monitor point is invalid. This way maybe a littler slower dependant on connection strength but offers better security for both users.

                      – Philip Gullick
                      Apr 19 '13 at 9:19











                    • Clearly not much with Teamviewer, not bigging it up, just giving him the easiest way which at the same time offers security measures.

                      – Philip Gullick
                      Apr 19 '13 at 9:24














                    -1












                    -1








                    -1







                    Teamviewer
                    http://www.teamviewer.com/en/index.aspx
                    This will allow him to give access to your machine,






                    share|improve this answer













                    Teamviewer
                    http://www.teamviewer.com/en/index.aspx
                    This will allow him to give access to your machine,







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Apr 19 '13 at 9:06







                    Philip Gullick




















                    • To actually make this work, you must also setup and the router to accept connection and the firewall to permit them.

                      – Aristos
                      Apr 19 '13 at 9:12











                    • Obviously, this is dependant on how good your/your clients internet speed is as to how it performs. However, this way gives you a lot more control and allows you to see what your client is doing, so you can give a step by step in the teamview IM

                      – Philip Gullick
                      Apr 19 '13 at 9:13











                    • The negative on that is that you make your client to install a program, you potential open him a security hole because the teamviewer is stay on their computer as hidden service that is not stop, and from there is always run (potential slow your clients computer). Also you show to your client your work space - and what if you have 3 monitors, and your client a small screen ? Bad idea in general IMPO. By the way, is not free for pro use.

                      – Aristos
                      Apr 19 '13 at 9:15











                    • Teamviewer is not a hidden service, it can be stopped at anytime during sessions, and sessions can only be opened by two users connecting with passwords. Client can simply delete after, and the monitor point is invalid. This way maybe a littler slower dependant on connection strength but offers better security for both users.

                      – Philip Gullick
                      Apr 19 '13 at 9:19











                    • Clearly not much with Teamviewer, not bigging it up, just giving him the easiest way which at the same time offers security measures.

                      – Philip Gullick
                      Apr 19 '13 at 9:24



















                    • To actually make this work, you must also setup and the router to accept connection and the firewall to permit them.

                      – Aristos
                      Apr 19 '13 at 9:12











                    • Obviously, this is dependant on how good your/your clients internet speed is as to how it performs. However, this way gives you a lot more control and allows you to see what your client is doing, so you can give a step by step in the teamview IM

                      – Philip Gullick
                      Apr 19 '13 at 9:13











                    • The negative on that is that you make your client to install a program, you potential open him a security hole because the teamviewer is stay on their computer as hidden service that is not stop, and from there is always run (potential slow your clients computer). Also you show to your client your work space - and what if you have 3 monitors, and your client a small screen ? Bad idea in general IMPO. By the way, is not free for pro use.

                      – Aristos
                      Apr 19 '13 at 9:15











                    • Teamviewer is not a hidden service, it can be stopped at anytime during sessions, and sessions can only be opened by two users connecting with passwords. Client can simply delete after, and the monitor point is invalid. This way maybe a littler slower dependant on connection strength but offers better security for both users.

                      – Philip Gullick
                      Apr 19 '13 at 9:19











                    • Clearly not much with Teamviewer, not bigging it up, just giving him the easiest way which at the same time offers security measures.

                      – Philip Gullick
                      Apr 19 '13 at 9:24

















                    To actually make this work, you must also setup and the router to accept connection and the firewall to permit them.

                    – Aristos
                    Apr 19 '13 at 9:12





                    To actually make this work, you must also setup and the router to accept connection and the firewall to permit them.

                    – Aristos
                    Apr 19 '13 at 9:12













                    Obviously, this is dependant on how good your/your clients internet speed is as to how it performs. However, this way gives you a lot more control and allows you to see what your client is doing, so you can give a step by step in the teamview IM

                    – Philip Gullick
                    Apr 19 '13 at 9:13





                    Obviously, this is dependant on how good your/your clients internet speed is as to how it performs. However, this way gives you a lot more control and allows you to see what your client is doing, so you can give a step by step in the teamview IM

                    – Philip Gullick
                    Apr 19 '13 at 9:13













                    The negative on that is that you make your client to install a program, you potential open him a security hole because the teamviewer is stay on their computer as hidden service that is not stop, and from there is always run (potential slow your clients computer). Also you show to your client your work space - and what if you have 3 monitors, and your client a small screen ? Bad idea in general IMPO. By the way, is not free for pro use.

                    – Aristos
                    Apr 19 '13 at 9:15





                    The negative on that is that you make your client to install a program, you potential open him a security hole because the teamviewer is stay on their computer as hidden service that is not stop, and from there is always run (potential slow your clients computer). Also you show to your client your work space - and what if you have 3 monitors, and your client a small screen ? Bad idea in general IMPO. By the way, is not free for pro use.

                    – Aristos
                    Apr 19 '13 at 9:15













                    Teamviewer is not a hidden service, it can be stopped at anytime during sessions, and sessions can only be opened by two users connecting with passwords. Client can simply delete after, and the monitor point is invalid. This way maybe a littler slower dependant on connection strength but offers better security for both users.

                    – Philip Gullick
                    Apr 19 '13 at 9:19





                    Teamviewer is not a hidden service, it can be stopped at anytime during sessions, and sessions can only be opened by two users connecting with passwords. Client can simply delete after, and the monitor point is invalid. This way maybe a littler slower dependant on connection strength but offers better security for both users.

                    – Philip Gullick
                    Apr 19 '13 at 9:19













                    Clearly not much with Teamviewer, not bigging it up, just giving him the easiest way which at the same time offers security measures.

                    – Philip Gullick
                    Apr 19 '13 at 9:24





                    Clearly not much with Teamviewer, not bigging it up, just giving him the easiest way which at the same time offers security measures.

                    – Philip Gullick
                    Apr 19 '13 at 9:24


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • 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%2fsuperuser.com%2fquestions%2f584888%2faccess-local-asp-net-website-from-the-internet%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

                    How do I know what Microsoft account the skydrive app is syncing to?

                    Grease: Live!

                    When does type information flow backwards in C++?