How to identify host of my system?
How to identify servername of my system?
How to identify domainname of my system?
Answer Posted / vijendra singh
To identify host of my system
Request.ServerVariables["HTTP_HOST"]
To identify servername of my system
Request.ServerVariables["SERVER_NAME"]
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How can you make sure that web api returns json data only?
What is globalization and localization in asp net?
How can you dynamically add user controls to a page?
How to implement globalization and localization in the use interface in .net.
Why Unload event of MasterPage Calls first in ASP.net ?
Can any body provide me the sample web application in asp.net
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is the difference between login controls and forms authentication?
Explain the various authentication mechanisms in asp.net.
Explain how to prepare culture-specific formatting in .net.
Explain the different parts that constitute ASP.NET application?
What is & in a url?
explain code with datachaching with example
What is authentication in asp.net?
What is the default authentication mode for asp.net?