asp.net - How to host a Website locally using iis to be accessed by other computers on same network? -


i have asp.net website , have hosted locally using iis.

http:localhost:3314

i have tplink router ip 192.168.0.101. when used ipconfig show ip address of device 192.168.0.101 , default gateway 192.168.0.1.

this laptop , connected via wifi. website locally hosted on laptop.

then connect mobile via wifi show ip adress 192.168.0.101 mobile.

my question how access website mobile or other computers.

the devices cannot have same ip due conflicts!

maybe dhcp enabled , have disable option.otherwise if device has example ip 192.168.1.56 site accessible via http://192.168.1.56 .if doesn't work, there chance there firewall running on computer, or httpd.conf listening on 127.0.0.1


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -