How to identify host of my system?
How to identify servername of my system?
How to identify domainname of my system?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajesh gour
Hi u can get ur server name.
Request.ServerVariables["REMOTE_ADDR"]
| Is This Answer Correct ? | 1 Yes | 2 No |
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
why we should use more than one web.config files in our application? I have two web.config files in my application. One in the root directory and another one inside a sub folder. When the application runs which web.config file will run? why?
Explain Session state management options in ASP.NET.
step to create a strong name?
How to retrieve the information from datatable citywise in c#?
Types of session management in ASP.NET?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
what is the difference between sql 2000 and 2005?
What is ispostback method in asp.net?
What is a page life cycle?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
What are the main advantages of using asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)