I have an ASP.Net
website hosted on my Win8\'s localhost
, the site seems to be running as expected on the desktop, but now i also want to test t
Try this https://ngrok.com/docs#expose
Just run ngrok 3000
, 3000
is the port number you want to expose to the internet. You can insert the port number which you want to expose, for rails its 3000. This will tunnel your localhost to the internet and you will be able to view your local host from anywhere