How to get Mac Address. ??
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Priyagdpl wrote:
How to get Mac Address ?
Is it related to ASP.Net? NO. Btw, here [^]is an example of how to do this in C#
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
It is not possible. You can only access the things that comes from Request headers. You can only check IP address of the client. MAC address is not accessible. :( :(
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.