Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adsi /asp
Message
From
29/03/2000 13:08:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Adsi /asp
Miscellaneous
Thread ID:
00352230
Message ID:
00352230
Views:
35
Hello:

I have created a simple test active server page that I want to create users/passwords etc. , here is my code
oComputer = getOBJECT("WinNT://"+IMWEBSHEENA)

lcUsername = "Sheena"
lcFullname = "Sheena Perry"
lcPassword = "chuckie"
lcDescription = "Programmer Type"
oNewUser = oComputer.Create("User", lcUsername)
oNewUser.Setinfo()
oNewUser.SetPassword(lcPassword)
oNewUser.Fullname = lcFullName
oNewuser. Description = lcDescription
oNewuser.Setinfo()

I have downloaded adsi sdk and installed on my NT server.

However, when I run my asp page it isn't putting the entry into my user manager on my server. It also doesn't give me an error so
I'm not sure where I went wrong.
I just installed sdk under program files and it showed that adsi components were installed. I am the backup domain controller(BDC).
Would this make a difference?

Any guidance would be greatly appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform