Answer:
In order to call a website from another computer in LAN.We will have to Host the Website in one Machines in the LAN and provide it a Static Private IP.
Once we are done with, we can treat it as a dummy server.
Once the website is hosted then we can call the website from the Private static IP of the machine in which the web app is hosted.
Eg :- if the web app is named as abc and the private IP is 192.168.1.2
then from another machine we can call the app as
http://192.168.1.2/abc
Source: ASKED by Interviewer of MSolut | Asked In: Many Interviews |
Alert Moderator