Troubles connecting to 'WinNT://' provider
From: A.Klimkin (aklimkin)
Date: 07/28/05
- Next message: huppy: "Re: SSL Certificates"
- Previous message: CL: "Help!!!"
- Next in thread: Kristofer Gafvert [MVP]: "Re: Troubles connecting to 'WinNT://' provider"
- Reply: Kristofer Gafvert [MVP]: "Re: Troubles connecting to 'WinNT://' provider"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 28 Jul 2005 14:44:22 +0400
Hi there!
I've got the following VB script:
Set Group=GetObject("WinNT://MyDomain/Domain Admins")
Set User=GetObject("WinNT://MyDomain/SomeUser")
Wscript.Echo Group.IsMember(User.ADsPath)
Being placed in .vbs file and ran with wscript shell, this code works just
fine and returns '-1' (which means 'TRUE', I suppose).
Being placed in .asp file and ran on IIS6.0 via client browser, returns
'80070035' error (something like 'The network path was not found.')
What is the problem and which steps could I take to workaround this?
Thanks in advance,
Andrew
- Next message: huppy: "Re: SSL Certificates"
- Previous message: CL: "Help!!!"
- Next in thread: Kristofer Gafvert [MVP]: "Re: Troubles connecting to 'WinNT://' provider"
- Reply: Kristofer Gafvert [MVP]: "Re: Troubles connecting to 'WinNT://' provider"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|