What happened behind the sene?

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
 
M

Michael Nemtsev [MVP]

Hello william,

use fuslogvw.exe tool (from Microsoft SDK) to understand how your assembly
is resolved

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top