I'm having a small conceptual misunderstanding that I'm hoping someone can
help me to clear up. I've created a user control on my local development
server, and after building it, it created a DevWeb.dll in the bin directory
(of my local server).
After copying the .dll to the remote server's /bin directory, I added a
reference to the .dll by right clicking on the references node in the .NET
IDE explorer window of the remote project, and then browsed for the .dll. I
could only locate a local copy. How does that affect the remote server?
Does the reference on the remote server now point at my local server's .dll?
What's going on under the hood there?
Thanks for any comments you might have.
Chris