Hi, I have a Web application project that references other projects within the same solution. I wanted the web application to reference the same project but from a static folder in a different solution.
something like this:
Solution A ---> ---->Web App ------>Reference to proj
Solution B-----> ------->Web App ------->Reference proj1.dll (static)
I would appreciate any help and suggestions.
Thank you.----