J
joe
We just moved a legacy asp application to a Win2003 server. The following
line of code:
set objUser = GetObject("WinNT://" & strDomain & "/" & strUserName &
",user")
Raises the following error:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'
Any suggestions? Thanks.
line of code:
set objUser = GetObject("WinNT://" & strDomain & "/" & strUserName &
",user")
Raises the following error:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'
Any suggestions? Thanks.