I am installing Ngrok, but I am stuck at "Expose a local web server to the internet" I am using "ngrok http 80" this command and opening localhost page too. but sowing "502 Bad Gateway" Error
Asked
Active
Viewed 1.0k times
2 Answers
0
I resolved this by making sure IIS Express was running on my PC. In visual studio I ran my web app, that started up IIS and then closed it down. Then NGROK started working again. HTH Benjamin

Benjamin Perkins
- 31
- 1
-1
Try executing ngrok.exe as an administrator , and use the port 80 .
ngrok.exe http 80

Rizerzero
- 1,120
- 12
- 13