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
A very simple way.
Go to CMD and type the following without '$' and choose a name as your HotspotName
and a password as your HotspotPassword
.
$ netsh wlan set hostednetwork mode=HotspotName key=HotspotPassword
$ netsh wlan start hostednetwork
Connect your phone to the WiFi and explore its network info, get Gateway address
it's kinda like IP address.
Enter the Gateway address into Chrome URL bar and you're good