ngrok is tunnelling software that allows you to expose your local web, i am using .net application web page
step:1
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
0 Comments