T
teejayem
Set objUser = GetObject("WinNT://WALKER_MORRIS/hup^,user")
If objUser.IsAccountLocked = True Then .......
I am using the above code as part of my asp.net web application.
I have tested the code and it works fine except when the code executes
as part of my webpage i receive the following error:-
ActiveX component can't create object 'CreateObject'
Any ideas?
If objUser.IsAccountLocked = True Then .......
I am using the above code as part of my asp.net web application.
I have tested the code and it works fine except when the code executes
as part of my webpage i receive the following error:-
ActiveX component can't create object 'CreateObject'
Any ideas?