PDA

Click to See Complete Forum and Search --> : Asp Api


Benon
Mar 3rd, 2002, 02:05 AM
I busy writing a com object for ASP. The object needs to read the raw binary data from a posting, currently I'm passing this data via ASP using the binaryread method. I want to encapsulate this method inside my object and was wondering

1. How do I access the ASP API (If I can at all)

2. If I can accesss the API does anyone know where I can get the documentation on the API or do I just use standard ASP syntax?

Benon

JoshT
Mar 4th, 2002, 10:36 AM
http://www.15seconds.com/issue/980930.htm

Your COM object can use the same ASP Objects as the ASP script can.