Bikash Kumar Ray
SQL and ASP.net Related Practical Problems
Wednesday, July 8, 2009
Capturing IP Address and System Name
Response.Write("Host name : "+ System.Net.Dns.GetHostName().ToString());
Response.Write("Host address : "+System.Net.Dns.GetHostAddresses(System.Net.Dns.GetHostName()).GetValue(0).ToString());
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment