1
Answer

Regarding Hostname for mobile devices to access

string PCName = Dns.GetHostEntry(Request.ServerVariables["REMOTE_ADDR"]).HostName; this is working for my laptop or pc same way i want even for mobile device 

Answers (1)