Hi,
Wasn't sure which forum to post this in b/c of scope.
Currently at my work iis and all the activex dll's reside on the same machine(while the database sits in a seperate unix server).
We will get a seperate application server to house the activex dll's - we want to put MTS on this machin. So, there will soon be 3 physical tiers.
Once split how would an active server page (sitting on iis)call a method of an object on a remote machine(on the application server) - lets say the method returns a recordset - and how would the active server page recieve the returned recordset?
Are interfaces, stubs, proxies etc a must in this scenario or does the programmer merely have to hardcode the name of the application server into the createObject() syntax of the calling active server page? Does the dll have to be recompiled in a special way?
What sort of network issues does the programmer need to work on with the network administrators?
any help would be greatly appreciated
thanks
Wasn't sure which forum to post this in b/c of scope.
Currently at my work iis and all the activex dll's reside on the same machine(while the database sits in a seperate unix server).
We will get a seperate application server to house the activex dll's - we want to put MTS on this machin. So, there will soon be 3 physical tiers.
Once split how would an active server page (sitting on iis)call a method of an object on a remote machine(on the application server) - lets say the method returns a recordset - and how would the active server page recieve the returned recordset?
Are interfaces, stubs, proxies etc a must in this scenario or does the programmer merely have to hardcode the name of the application server into the createObject() syntax of the calling active server page? Does the dll have to be recompiled in a special way?
What sort of network issues does the programmer need to work on with the network administrators?
any help would be greatly appreciated
thanks