TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
suresh
NA
293
0
How to Track Visitors Computer Name
Nov 6 2012 11:41 AM
Hi,
I want to track Client System(Computer Name).Who ever accessing my site.
Ex:Some body open my site say www.test.com.
I want to get computer name who is accessing my system(www.test.com)
I used below conditions but it's showing the Server Computer Name.
String
[]
computer_name
=
System
.
Net
.
Dns
.
GetHostEntry
(
Request
.
ServerVariables
[
"remote_addr"
]).
HostName
.
Split
(
new
Char
[]
{
'.'
});
String
ecn
=
System
.
Environment
.
MachineName
;
string comp_name = System.Environment.GetEnvironmentVariable("COMPUTERNAME");
Please help me.
Thanks,
Reply
Answers (
1
)
Using sms gateway in asp.net
sending message in asp.net