How will you call a Website from another computer connected in LAN?

 Posted by Raj.Trivedi on 6/10/2013 | Category: IIS Interview questions | Views: 3461 | Points: 40
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 

Comments or Responses

Login to post response

More Interview Questions by Raj.Trivedi