Hi all,
I want to manage the websites in my web server remotely.
I tried using ADSI in ASP to access the objects.
But it gives me the following error
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'getObject'
How to handle with?
What are the permissions i should have to run remotely.
When i try to access the page by giving the port as
http://someserver:9074//showsites.asp
it gives me the same error.
To program ADSI what are the permissions should i have?
Can i write a dll and access? Will it give access rights?
Pls anyone help me in this regard?
Regards,
Kumar.S