|
From: Tim v. d. H. <ti...@vd...> - 2002-11-18 15:44:16
|
hello all,
I've got a problem installing ASP DNS, I think.
I run a win2k spII machine, installed the VB Runtime program and the
dnscmd.exe file.
I want to use an ASP file to add and del A records on the same server.
I read something about installing it as a com+ component with admin
privileges, how do I go about this kind of thing?
When I try to run the ASP file with the following code, I get this
error:
Microsoft VBScript compilation error '800a0414'
Cannot use parentheses when calling a Sub
/addhost.asp, line 5
oMan.AddHost("schoolradar.nl", "test", "192.168.0.1","ns1.broz.nl",vRes)
This is the code:
<%
Dim oMan, vRes
Set oMan = CreateObject("ASPDns.ManageServer")
oMan.AddHost("schoolradar.nl", "test", "192.168.0.1","ns1.broz.nl",vRes)
%>
What do I have to do?
THanks a lot!
Tim vd Hoff
|