How to get the hostname or IP address of the server?
Answer Posted / praveen
string IpAddress=HttpContext.Current.Request.UserHostName;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the two main parts of the .net framework?
Explain why do we use the “using” statement?
Do you know what are three common acronyms used in .net, and what do they stand for?
Explain difference between panel and groupbox classes using .net?
Explain about .Net products?
What is namespaces in .net?
Explain can the validation be done in the server side? Or this can be done only in the client side?
Is .net is a language?
State the differences between the dispose() and finalize().
Do you know what's the difference between .net and laravel?
Does .net supports destructors concept?
What are the core differences between .NET Languages ?
Explain what is immutability, what is it for and how is it codified?
Explain what is the difference between encrypting a password and applying a hashing?
Please explain what is reflection and what is it for?