Groups | Blog | Home
all groups > asp.net > march 2006 >

asp.net : calling a dll function from asp


Bryan Valencia
3/6/2006 8:17:00 PM
I am using ASP (not even .net) and I need to call a function in a DLL from a third party.

How can I do this?

Laurent Bugnion
3/7/2006 12:54:02 PM
Hi,

[quoted text, click to view]

If the DLL is a COM component, you can use COM from ASP to create an
instance and communicate with the DLL. If this is not a COM component, I
am not even sure that this is possible.

HTH,
Bryan V
3/8/2006 10:08:38 AM
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.



[quoted text, click to view]

AddThis Social Bookmark Button