How to deploy asp.net when 2 or projects share the same assembly

G

Guest

We need to deploy 2 or more projects that share the same assemplies , such as
common.dll. And so we need to put all these files in the same //bin directory
in the server with common files. But the assebmly name for the proect is the
same.

For example, we need different assemblies for each project, for example
as1.dll, as2.dll and the common files for example common.dll. So when we
deply them, we put all these files in one directory,for example //bin
directory.

But each proect creates the App_Code.dll, which has the same name and cannot
be put in the same directory? How can we achieve this?
 

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

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top