I have an ASP page running on the web server and I want to call a dll function from a dll that resides on a different server.
Is is possible to make the call without using MTS/DCOM?
Printable View
I have an ASP page running on the web server and I want to call a dll function from a dll that resides on a different server.
Is is possible to make the call without using MTS/DCOM?
You will have to use DCom at least.. I'm not sure if you can run a .dll out of process though.. I think it would need to be an ActiveX exe
Is DCOM already configured on an NT server by default or will I have to get with an admin to discuss this?
The answer to both questions is yes.
DCom is installed and configured, but you will need an admin to set up permissions for you.