How To Open a port on IIS - Access from inside and outside network

Поділитися
Вставка
  • Опубліковано 25 чер 2024
  • On this video you will learn how to open a port on IIS and access your ASP.NET Web API and web application from inside and outside your network.
    Chapters
    00:00 intro
    00:35 Firewall Set up
    01:23 IIS internal Set up
    02:20 External Access setup
  • Наука та технологія

КОМЕНТАРІ • 33

  • @farhanlaeeq4245
    @farhanlaeeq4245 8 місяців тому +1

    Thankyou so much brother. You just saved me from loosing my project.!
    Thankx for such a reat video

  • @GregsonJamesMedel
    @GregsonJamesMedel Рік тому +2

    Damn. Thank you so much mate!

  • @autocalitsupport5616
    @autocalitsupport5616 3 місяці тому +1

    Dear sir,
    God Bless you,thanks so much.🙏

  • @qBitGamer2023
    @qBitGamer2023 2 місяці тому +1

    Thank you, brother!

    • @intcoder
      @intcoder  2 місяці тому +1

      My pleasure!

  • @ilyastoleubayev6031
    @ilyastoleubayev6031 8 місяців тому

    Thanks a lot!

  • @00l4
    @00l4 Рік тому

    Thanks for the info, I spent quite a lot time figuring this out.

  • @safaal
    @safaal 7 місяців тому +2

    thank you very much , i tryed two days for forgeting open port.

  • @JS-ys2uk
    @JS-ys2uk 2 роки тому +1

    You have saved the day

  • @eyuphan_kaya
    @eyuphan_kaya 8 місяців тому

    Thanks bro

  • @suvoroy2916
    @suvoroy2916 Рік тому

    It's working now

  • @davidmunizwessels8520
    @davidmunizwessels8520 Місяць тому

    why port 81, isn't 80 the standart?? i tried with 80 and it didnt work, nut thats probably because of another bug that was there before. anyway, does this work with static pages as well, i heard you said something about .NET, but i only stup a index.html file, that i can acsess using licalhost

  • @daliangilbert
    @daliangilbert 8 місяців тому +1

    Now domain and "let's encrypt" SSL certificate instalation please :)

  • @mohamedezaz5287
    @mohamedezaz5287 Рік тому +1

    👌👍

  • @turalhasanov8444
    @turalhasanov8444 Рік тому +1

    Big Thanks bro

  • @AttilaAttila-qp6gf
    @AttilaAttila-qp6gf Рік тому +1

    "too long to respond"
    It works only the same pc where the iis is on , from another pc/mobile it does not work

  • @kennedywambua1736
    @kennedywambua1736 7 місяців тому +1

    I keep on getting this error:
    HTTP Error 403.14 - Forbidden
    The Web server is configured to not list the contents of this directory.
    Most likely causes:
    A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
    Things you can try:
    If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.
    Enable directory browsing using IIS Manager.
    Open IIS Manager.
    In the Features view, double-click Directory Browsing.
    On the Directory Browsing page, in the Actions pane, click Enable.
    Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.

    • @kennedywambua1736
      @kennedywambua1736 7 місяців тому

      I tried all the solutions but with no progress, kindly assist

  • @MEME_KING16
    @MEME_KING16 Рік тому +6

    I followed all the steps like you did and I got "took too long to respond" :(

    • @davidmunizwessels8520
      @davidmunizwessels8520 Місяць тому

      same here, but that may be my fault, i have tried multiple tutorials and none worked,so its maybe my isp or my incompetence

  • @umuttopalak5101
    @umuttopalak5101 10 місяців тому

    Is that full time accessible or just only my pc is open

    • @justin23262
      @justin23262 27 днів тому

      just only your pc is open

  • @accessdevelopingzone7603
    @accessdevelopingzone7603 6 місяців тому

    Error.
    An error occurred while processing your request.
    Development Mode
    Swapping to the Development environment displays detailed information about the error that occurred.
    The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development and restarting the app.

  • @bilgekagan552
    @bilgekagan552 6 місяців тому

    Age of 4 looking cool xD

  • @vacalepic6768
    @vacalepic6768 4 місяці тому

    Did he tell DMZ to set the IIS win server ip address?
    Did he leave the most important thing about DMZ ?
    Hate video like this which left something out

  • @kevinvasquez8868
    @kevinvasquez8868 2 роки тому +2

    I followed all the steps like you did and I got "took too long to respond" :(

    • @intcoder
      @intcoder  2 роки тому

      Where are you getting that error?

    • @kevinvasquez8868
      @kevinvasquez8868 2 роки тому +1

      @@intcoder I get it when I write the public ip with the port that I previously forwarded in the browser, I mean, when I try to browse my app. Please help me, I am super desperate

    • @intcoder
      @intcoder  2 роки тому

      @@kevinvasquez8868 Make sure to test with a simple basic application. User default Visual studio template.. make sure that works and then try with you app.

    • @kevinvasquez8868
      @kevinvasquez8868 2 роки тому +1

      @@intcoder I used the default MVC in .Net5

    • @thiagobastani6663
      @thiagobastani6663 Рік тому

      @@kevinvasquez8868 Are you using the same ports on the app, firewall, and port forwarding? maybe one of them is different