How to get the MAC address of the visitors' PC in an ASP.NET webApp?
Posted
by Mike108
on Stack Overflow
See other posts from Stack Overflow
or by Mike108
Published on 2009-08-31T11:14:26Z
Indexed on
2010/05/02
20:47 UTC
Read the original article
Hit count: 206
ASP.NET
|mac-address
In an ASP.NET (C#) WebApp, I can get the IP of the visitors' PC easily, But How to get the MAC address of the visitors' PC in an ASP.NET webApp?
And this ASP.NET app is runing on the inner intranet of our company, and the visitors are also in the same inner intranet of our company.
© Stack Overflow or respective owner