hi any body i am examined both of Request.UserHostAddress and Request.UserHostName return machine ip if i want to get the machine name how i can do it.
Code:
Response.Write("Machine ip"+Request.UserHostAddress+"Machine Name:"+Request.UserHostName);
the above code return both of them the ip address of machine of client machine but i like to get both of them.
Another things is that can i write some code in the global.asax the insert a record when fire a Session_Start() Event.if i can do this any one can give me a good example that where i can declare this code
that i can access globaly in my application(web application).
Thanx In Advance .
YoOrD.