PDA

Click to See Complete Forum and Search --> : Remote dll call from ASP?


ttingen
Nov 29th, 2000, 05:37 PM
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?

monte96
Nov 30th, 2000, 08:31 AM
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

ttingen
Nov 30th, 2000, 09:02 AM
Is DCOM already configured on an NT server by default or will I have to get with an admin to discuss this?

monte96
Nov 30th, 2000, 12:53 PM
The answer to both questions is yes.

DCom is installed and configured, but you will need an admin to set up permissions for you.