-
Posted to
Classic ASP
by
Gazcon
on
10-05-2009, 10:44 AM
Yes Steve, windows 2003 server R2 estandar edition.
-
Posted to
Classic ASP
by
Gazcon
on
10-01-2009, 10:38 AM
I've been spend hours and hour searching for code like this, finally I was make this works (yeah!), I hope this wolud be useful for somebody... = )
struser= "your_user"
strpwd= "your_user_pwd"
strdomain= "your_domain.com"
strvaliddn= "uid=" & struser & ",ou=People,o=" ...
-
Posted to
IIS7 - Classic ASP
by
Gazcon
on
07-30-2009, 1:16 PM
The IXSSO.Query is not working on windows 2008, but, the object MSIDXS is working yet, simply change the syntax of searches to:
you can select other columns like: Rank, DocAuthor, DocAppName, DocTitle, FileName, Create, Access, Characterization, VPath
other commands are available on ...
-
Posted to
IIS in SySWoW Mode
by
Gazcon
on
07-30-2009, 1:14 PM
The IXSSO.Query is not working on windows 2008, but, the object MSIDXS is working yet, simply change the syntax of searches to:
you can select other columns like: Rank, DocAuthor, DocAppName, DocTitle, FileName, Create, Access, Characterization, VPath
other commands are available on ...