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
Explain soap and xml?
What is typical about a windows process in regards to memory allocation in dot net?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
How do I use the thread pool?
Please explain what is the difference between a class and an object?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is .net and why it is used?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What operating systems does the .net framework run on?
What is the use of gacutil.exe?
What is manifest in .net?
How you apply a theme in whole application in .Net?
Explain is the jit an interpreter?
Explain what is heap and what is stack?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?