Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Support for ASP components

2 views
Skip to first unread message

donb...@my-deja.com

unread,
Jan 12, 2000, 3:00:00 AM1/12/00
to
Anyone know if I can use the standard components available with ASP,
such as FileSystemObject, or TextStream Object, as well as other
components developed by third parties and installed on the server?

Thanks,

Don


Sent via Deja.com http://www.deja.com/
Before you buy.

Tobias Martinsson

unread,
Jan 15, 2000, 3:00:00 AM1/15/00
to
Hi Don!

> Anyone know if I can use the standard components available with ASP,
> such as FileSystemObject, or TextStream Object, as well as other
> components developed by third parties and installed on the server?

You sure can! $component = $Server->CreateObject("Somestuff.Component");

However, let me say that you look at the filehandling capacity of
PerlScript (c:\Perl\Html\ ~ HUGE docs!) and some modules such as Win32-
AdminMisc (http://www.roth.net or installable through PPM from
ActiveState's repository ~ lemme know if you need more info on that).

Tobias

0 new messages