How To Get Mac Address Of Client Machine In ASP.NET C#
You can only obtain the source IP address of a socket connection made between the client’s machine and the server hosting your website; the MAC address of a user connecting to your website is never communicated via the socket connection.