Referencing dll from other folder in root folder ?
-
Hi I have created a website in ASP.NET 2.0 and i have added the reference tro a dll , dll icopied to the bin folder, what i want is that dll's referencedc should be present in other folder not in bin and they are configuration should be in web.config, hows this posssible, kindly reply ASAP, thanks in advance. regards,
-
Hi I have created a website in ASP.NET 2.0 and i have added the reference tro a dll , dll icopied to the bin folder, what i want is that dll's referencedc should be present in other folder not in bin and they are configuration should be in web.config, hows this posssible, kindly reply ASAP, thanks in advance. regards,
King Shez wrote:
what i want is that dll's referencedc should be present in other folder not in bin and they are configuration should be in web.config
I didn't get your question. When one add the dll as refernce in project then the dll's class is accesible from all the codebehind files in that project.Please check the namepace of the class that dll is giving.
Cheers!! Brij
-
King Shez wrote:
what i want is that dll's referencedc should be present in other folder not in bin and they are configuration should be in web.config
I didn't get your question. When one add the dll as refernce in project then the dll's class is accesible from all the codebehind files in that project.Please check the namepace of the class that dll is giving.
Cheers!! Brij
Sorry man, this is not the problem, whenever i add the reference in website in ASP.NET it copies the dll to bin folder, but in webproject it adds th reference in references and we can configured these reference in web.config and we can change the reference path as well from the project settngs, how to do this in website, thanks for your response, regards,