place dll in asp.net in other dir than "bin"
Hi,
I've got an ASP.NET-project with backend dlls. Now I don't want the dlls to be placed in the "bin"-directory. But just placing it into my application root causes some error while loading the aspx-file.
I also tried the function AppendPrivatePath but with no success.
Now my question is: How can i place my dlls generated from an ASP.NET Web Application Project into an other dir than the "bin"-dir?
thanks in Advance
Markus
|