probably this is an easy one. I have a solution that contains two projects:
- a web page (asp.net)
- a project that contains logic (Project B)
I am set up the web in a server and it loads ok, but when it needs to use the Project B I get an exception showing that it is searching a class in the path of the machine where the code was compiled. This image is the exception I am getting (in orange the path of the compilation machine):
How can I configure the web in order to tell where to search the files of Project B?
Really appreciate any help