how to get mac address from ip address from client site in asp.net?
i want to store details of visitor in site like ip and mac address
i got ip address of client but how can i get mca address o开发者_StackOverflow社区f client ?
Simple answer: you can't. The MAC address is never transmitted. The best you can hope is to get the IP but remember that this IP could be the one of a proxy server situated anywhere in the world if the user configured some proxy to access the internet.
If your website has been compromised you will have to contact the authorities in order to attempt to catch the person who did it. In most countries regular citizens do not have the power or authority to request the type of information you need from ISPs.
精彩评论