|
From: G.S.Aielli <giu...@ai...> - 2002-01-31 08:13:37
|
However you log in, when you browse a page you are IUSR_COMPUTERNAME, so:
disable anonymous access to the page
or
set up ASPDNS as a COM+ service, running under proper permission
Greetings,
gsa
----- Original Message -----
From: =B1=E8=C1=A4=C8=C6
To: asp...@li...
Sent: Thursday, January 31, 2002 8:41 AM
Subject: [Aspdns-users] ACCESS_DENIED...Help me!
--------------------------
---source of my test.asp----
--------------------------
<%
Set oMan =3D Server.CreateObject("ASPDns.ManageServer")
oMan.GetDNSInfo ".", vRes
Response.Write vRes
Set oMan =3D Nothing
%>
--------------------------
First time my test.asp did not work.
So, I copied dnscmd.exe to winnt\, winnt\system, winnt\system32-- cause I
could not find win32 folder --;
Anyway, after rebooting test.asp worked. but it said...
** Quite obviously, I ment system32!!!!!!!!!!!!!
Info query failed. Status =3D 5 (0x00000005) Command failed:
ERROR_ACCESS_DENIED 5 (00000005)
I logged in as an Administrator, but it deny me...hur..
what is problem. hel me. please.
Thanks in advance. prajna4
|