Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to get the hostname or IP address of the server?

Answers were Sorted based on User's Feedback



How to get the hostname or IP address of the server?..

Answer / praveen

string IpAddress=HttpContext.Current.Request.UserHostName;

Is This Answer Correct ?    3 Yes 0 No

How to get the hostname or IP address of the server?..

Answer / soumya

Dim myHost As String = System.Net.Dns.GetHostName
Dim myIPs As System.Net.IPHostEntry =
System.Net.Dns.GetHostByName(myHost)
MessageBox.Show("The name of the host is = " &
myIPs.HostName, "Host Name", MessageBoxButtons.OK,
MessageBoxIcon.Information)

For Each myIP As System.Net.IPAddress In myIPs.AddressList

MessageBox.Show("The IP address of host is = " &
myIP.ToString, "Host IP Address", MessageBoxButtons.OK,
MessageBoxIcon.Information)

Next

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is clr in .net?

0 Answers  


Explain attributes in dot net?

0 Answers  


What is Event - Delegate? clear syntax for writing a event delegate

0 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


What is il and c#?

0 Answers  


What is .net assembly?

0 Answers  


Tell us what is json data, and what is one way that .net developers can work with json?

0 Answers  


How boxing and unboxing occures in memory?

0 Answers  


What is the need of OLE-automation?

0 Answers   CGI,


Explain can the validation be done in the server side? Or this can be done only in the client side?

0 Answers  


What is .net standard?

0 Answers  


What is CCW (COM Callable Wrapper)

1 Answers  


Categories