Ad Unit (Iklan) BIG

access your local asp.net web application from the public web url

access your local asp.net web application from the public web url
ngrok is tunnelling software that allows you to expose your local web, i am using .net application web page 

step:1
    
      - install extension visual studio in following link
      - run your project iis express port number
      - than go tool--) start ngrok tunnel

step:2

     - you can manual download ngrok on system
     - run your project on localport
     - ngrok http -host-header="localhost:52525" 52525

note : you can also install ngrok chocolate just type : choco install ngrok.portable
    

Post a Comment

0 Comments