Hi,
Is there a any way to find the Mac address of a computer using ASP.NET?
or any other web technology (javascript, php).
Could someone please help.
Thank you
Viki
***** UPDATE******
It should work on IE, Mozilla, Chrome
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Nov 8, 2011, 2:11 PM
VikiPosted Nov 8, 2011, 4:35 AM
Thank you for the reply.
I need something which would work on Mozilla and Chrome as well. Is there any solution available.
Hemant KumarPosted Nov 8, 2011, 3:55 AM
If your site is trusted, you can do this in IE:
http://www.devarticles.com/c/a/JavaScript/Advanced-JavaScript-with-Internet-Explorer-Retrieving-Networking-Configuration-Information/1/
I wouldn't expect it to work for any typical visitors, just users who's systems you already control, like on your local network. There may be a second way in IE if you can find a common activex that generates a guid using CoCreateGuid. It returns the mac address in part of the guid. I wouldn't bet on finding one that's commonly installed though.