
HELP: A required privilege is not held by the client.
The web server hosting the vbscript in the asp page I am working on is
querying itself and another server on the domain, for IIS specific info
using ADSI to gather that data. Apparently, IIS does not like being queried
becuase this doesnt want to work. :(
Server 1 is hosting a page that queries Server 2's metabase. but the
authentication or something else it blocking it. IIS on Server 1 is running
under a domain admin account that has 'act as OS' turned on in the local
security policy on Server 2. There should be no security auth issues as far
as I can see, unless I am neglecting to pass the auth variables in my
script.. but if my IIS domain admin user that the service is running under
is logging on fine, that shouldnt be an issue should it?
Wow.. really stummped here :(
seemingly simple problem.. --how to query the IIS metabase from one server
to another using asp/vbscript.
seems to be no solution, but I cant believe this hasnt been done before..
Brian
Quote:
> I get "A required privilege is not held by the client. " when trying
> to query IIS with vbscript in ASP.
> What is wrong?
You probably aren't requiring authenticated access. The anonymous IIS
accounts aren't going to work ;-)...
--
Michael Harris
Microsoft.MVP.Scripting
Seattle WA US
--