Convert localhost to public Internet URL Visual Studio 2022, Ngrok, .Net Core

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 29

  • @alfredOhmps
    @alfredOhmps 28 วันที่ผ่านมา

    big thanks, devtunnel of VS2022 is unstable, i spent 3days already. maybe because i'm using Windows 11 Home.

    • @mauitutorials
      @mauitutorials  13 วันที่ผ่านมา +1

      Hi, @alfredOhmps . Sorry for the late reply. The problem is related to the fact that the ngrok extension does not support the latest versions of Visual Studio.
      For the tunnel to work:
      - just run your application in visual studio and copy the address of which local host it was launched on. (for example, your application was launched on localhost:5255)
      - open the folder(ProgramFiles/Ngrok or your path) and run the application "ngrok.exe"
      - In the window that opens, enter the command 'ngrok http localhost:5255' and press enter
      - after that you will see something like this:
      Forwarding 12fe-86-63-23-298.ngrok-free.app -> localhost:5255
      That's all
      12fe-86-63-23-298.ngrok-free.app is your external public address

  • @huynh8474
    @huynh8474 8 หลายเดือนก่อน +1

    thank you very much. from Vietnamese with love ♥

    • @mauitutorials
      @mauitutorials  8 หลายเดือนก่อน

      Thank you very much for this feedback ♥, I’m very glad that I could help you

  • @metallyricsarchive9947
    @metallyricsarchive9947 ปีที่แล้ว +1

    Thanks for the video! Very nice and easy to follow

    • @mauitutorials
      @mauitutorials  ปีที่แล้ว

      I'm glad to hear it. Thanks a lot for the feedback

  • @CosasdelSENA
    @CosasdelSENA 9 หลายเดือนก่อน +1

    Thank you very much, bro. You saved me.❤❤

    • @mauitutorials
      @mauitutorials  9 หลายเดือนก่อน +1

      Glad to hear that😀

  • @zahriddinxasanov2086
    @zahriddinxasanov2086 7 หลายเดือนก่อน +1

    thanks bro , it works great 👍👍

  • @matthewkk5087
    @matthewkk5087 8 หลายเดือนก่อน

    i cannot use it while fetching data in angular...

  • @showravpaul9872
    @showravpaul9872 7 หลายเดือนก่อน

    it works! thanks a lot! :)

  • @lunaticore1992
    @lunaticore1992 2 หลายเดือนก่อน

    when I go to: tools - options - ngrok - options: Executable path is empty

    • @ataliz01
      @ataliz01 2 หลายเดือนก่อน

      You can add this path manually because the path textbox is writable.

  • @Badgateway5xx
    @Badgateway5xx ปีที่แล้ว +1

    Thank you very much!

  • @AtillaRustemli
    @AtillaRustemli 9 หลายเดือนก่อน

    I did everythink but when I wanted to get api, it returned me http error 404. Why?Can you help, please?

    • @mauitutorials
      @mauitutorials  9 หลายเดือนก่อน

      Please pay attention to your URL addresses in ngrok and in the browser when you launch the application, are they the same, are the ports in localhost also the same? Check if you entered the endpoint api correctly

  • @Leen-Odeh287
    @Leen-Odeh287 11 หลายเดือนก่อน

    if i need to open another way how? repeat all step from zero?

    • @mauitutorials
      @mauitutorials  11 หลายเดือนก่อน

      If you want to open the way to another solution, then everything is very simple. 1. Open the solution in Visual Studio 2. Run app 3. In VisualStudio Tools =》Start ngrok tunnel

  • @harishankarkumarharsh
    @harishankarkumarharsh 6 หลายเดือนก่อน

    i am getting ngrok error 6024

  • @waiiki
    @waiiki ปีที่แล้ว +1

    big help thx

  • @divyapriya4324
    @divyapriya4324 9 หลายเดือนก่อน +1

    Thanks ji

  • @nvtentertainment4098
    @nvtentertainment4098 ปีที่แล้ว

    You can fix bug cros , where call api

    • @mauitutorials
      @mauitutorials  ปีที่แล้ว

      Please describe the problem in more detail if this was a question for me. Perhaps you didn’t mean "cros" but "cors"?

  • @matthewkk5087
    @matthewkk5087 8 หลายเดือนก่อน

    its very big url :D

  • @ntaanh2084
    @ntaanh2084 ปีที่แล้ว

    Unable to install error with VS 2022

    • @mauitutorials
      @mauitutorials  ปีที่แล้ว

      Please describe the error in more detail.
      I just checked and everything works.
      My configuration:
      IDE - "Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.9.0 Preview 1.0"
      Project type - "web api(.Net 8)"
      Extensions in Visual Studio Community - "Ngrok Extensions 2022 0.9.14"
      While installing the extension, you must close Visual Studio