Self hosted OWIN bind address 127.0.0.1, external network unreachable

Source: Internet
Author: User

static void Main ()         {            String baseaddress = "Http://loca lhost:4004/";           /*render application            APPLI cation. EnableVisualStyles ();            Application.setcompatibletextrenderingdefault (false);             Application.Run (new Frontvorm ());            */&NB Sp          //Start OWIN host             startoptions options = new Startoptions ();            options. Urls.add ("http://localhost:4004");            options. Urls.add ("http://127.0.0.1:4004");            options. Urls.add (String. Format ("http://{0}:4004", Environment.MachineName));            using (webapp.start< Program> (options)             {               //Create HTTPC Ient and make a request to api/values                 HttpClient client = new HttpClient ();           }

If bound, extranet service access (firewall port already configured open)

Solve:

options. Urls.add ("http://+:4004");

Reference: https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/ About-url-reservations-and-registration-ssrs-configuration-manager

Self hosted OWIN bind address 127.0.0.1, external network unreachable

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.