Its not a component at all - it's a DLL that contains a function, I want to
call it, pass in some parameters, and get a string back. I want to place
that string on the web page for my user to read.
This is all very simple and Windows-centric stuff.
---
alternately, I can write an EXE that will call the dll, can I call an exe
from ASP?
It seems utterly ludicrous that Microsoft's own web language would not be
able to call a dll. VB can, C++ can, Delphi can. I am new to ASP, but it
seems like it should be a no-brainier to do this.