-
Asp Api
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
-
http://www.15seconds.com/issue/980930.htm
Your COM object can use the same ASP Objects as the ASP script can.