We are having an issue executing a java script which identifies MAC address of the system. Following is the excerpt of the script: 10 function clientMac() { 20 var locator = new ActiveXObject("WbemScripting.SWbemLocator"); 30 var service = locator.ConnectServer("."); 40 var properties = service.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration"); 50 var e = new Enumerator (properties); 60 70 .... 80 .... 90 .... } at Line No. 20, we get error as "Automation Server can't create object". We have made necessary settings related to Internet Explorer. and installed WMI scrip