Get MAC Address
-
Is there any code to get the client MAC Address in asp.net who will use to access the page.
Any_India wrote:
Is there any code to get the client MAC Address in asp.net who will use to access the page.
Simply You Can't. Client System Runs with JAVAScript, and JavaScript Does not have sufficient access permission that it can read client System Info. Now, the alternative solution is the
ActiveX
. But It will work only on IEAbhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Any_India wrote:
Is there any code to get the client MAC Address in asp.net who will use to access the page.
Simply You Can't. Client System Runs with JAVAScript, and JavaScript Does not have sufficient access permission that it can read client System Info. Now, the alternative solution is the
ActiveX
. But It will work only on IEAbhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Plz Provide me the Solution for this.Bcoz i want to make single pc access login which is possible through MAC IP.
I have already told you, if you want to run application only on IE, you can use ActiveX easily. But ActiveX having many limitations.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Is there any code to get the client MAC Address in asp.net who will use to access the page.
I would rather suggest you to allow access to people based on their IP address. Just log the IP address and Time. Whenever you want to track the PC, contact the service provider for the same IP and get its actual location. If everyone knows MAC address from websites, there will be no hackers left in this world. ;) ;)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
I have already told you, if you want to run application only on IE, you can use ActiveX easily. But ActiveX having many limitations.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
If everyone knows MAC address from websites, there will be no hackers left in this world. :laugh: :laugh:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
If everyone knows MAC address from websites, there will be no hackers left in this world. :laugh: :laugh:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using JavascriptYes.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Is there any code to get the client MAC Address in asp.net who will use to access the page.
If you are tryint to get mac address to implement some kind of security restriction... I think the MAC address can be changed easily So it could be even more effective to restrict users by ip, eventhough this ip traking wouldnt work as expected when client connect though the same public ip
Alexei Rodriguez