Get the MAC of ASP.NET website user

The IP address is necessary for routing the communication between the client system requesting the information and the server. You can get it, because the IP address is pulled from a lower level in the TCP/IP stack (level 3 I believe). The MAC Address isn’t necessary for any of this and hence it isn’t included in the communication between the client and the server.

Leave a Comment