How to Add the DLLs into seperate folder instead of bin folder through c# code.

  • Thread starter Thread starter Taufeeque
  • Start date Start date
T

Taufeeque

Guest
I have a simple web application for demo, in that while we run app or build, I have to load the dll files into my customized folder name newbin instead of bin folder. I got the solution by changing Output Path property of project and by using making some changes in web.config file setting probin private path=folder name. I wanted to load those dll into seperate folder through c# code only. Is it possible if yes plz provide me some hints.

Thank You.

Continue reading...
 
Back
Top