|
Home > Archive > IIS ASP > June 2004 > WinNT provider, user ID, and error 80070035
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WinNT provider, user ID, and error 80070035
|
|
|
| Authenticated ASP page:
strNTName = "samh"
Set oUser = GetObject("WinNT://LONGWOOD/" & strNTName)
Gives:
error '80070035'
Works on one domain, not on the 2nd.
Any ideas?
Blake
| |
| Egbert Nierop \(MVP for IIS\) 2004-06-01, 4:57 pm |
| Is this code running for the **current** user or for another? If the latter,
the permission denied is logical.
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
"Blake" <blake_duffey@NOSPAM.hotmail.com> wrote in message
news:uiW79BASEHA.3012@tk2msftngp13.phx.gbl...
> Authenticated ASP page:
>
> strNTName = "samh"
> Set oUser = GetObject("WinNT://LONGWOOD/" & strNTName)
>
> Gives:
> error '80070035'
>
> Works on one domain, not on the 2nd.
>
> Any ideas?
>
> Blake
>
>
|
|
|
|
|