G
Guest
Hi,
My question is about assembly binding. Here is the senario:
I coded a sample web service application which consumes a dll named abc.dll.
I used codebase in the web.config file to indicate the location of abc.dll. I
deploy web service application on machine1, and abc.dll on machine2(machine1
and machine2 are in same domain). The web service works perfectly. But I
don't know what exactly happened behind the sene. Where does the abc.dll run?
How does the web service communicate with abc.dll?
Could anyone tell me?
Thanks.
William
My question is about assembly binding. Here is the senario:
I coded a sample web service application which consumes a dll named abc.dll.
I used codebase in the web.config file to indicate the location of abc.dll. I
deploy web service application on machine1, and abc.dll on machine2(machine1
and machine2 are in same domain). The web service works perfectly. But I
don't know what exactly happened behind the sene. Where does the abc.dll run?
How does the web service communicate with abc.dll?
Could anyone tell me?
Thanks.
William