Mac Address

Hi ,,

How Can i Get the ClientMac-Address usingJ# ?

and thank you v.much For helping :)

[156 byte] By [Ksa_Java] at [2008-2-10]
# 1
you can refer to following post to get Mac-Address using .NET class libraries.

http://www.daniweb.com/techtalkforums/thread22577.html

.NET class libraries can be used by J#,C#,VB etc.

Thanks,

VarunGupta at 2007-9-9 > top of Msdn Tech,Visual J#,Visual J# General...
# 2
To know more about ManagementClass, please refer http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemmanagementmanagementclassclasstopic.asp

You need to refer System.Management.dll before using it.

Thanks.

JaiprakashSharma at 2007-9-9 > top of Msdn Tech,Visual J#,Visual J# General...
# 3
Is there a way of getting the Clients Mac address in ASP.NET (C# codebehind)?
ahmedilyas at 2007-9-9 > top of Msdn Tech,Visual J#,Visual J# General...
# 4
Hi,
You need not write different code for asp.net. Your code, which works fine for Console or Windows application, must work for ASP.net also provided that you have rights to do so on the target machine.
ManagementClass will work for asp.net too.

Thanks,
Jaiprakash

JaiprakashSharma at 2007-9-9 > top of Msdn Tech,Visual J#,Visual J# General...
# 5
Not to be a booger, but I think the question that has been asked twice now in this thread is how to retrieve the CLIENT'S MAC address, not the machine ASP.NET is running on. Does anyone know how to accomplish the real quesiton being asked here?
MattRay at 2007-9-9 > top of Msdn Tech,Visual J#,Visual J# General...