How do you attach a DLL to a asp.net site? I want to be able to debug and edit the DLL without having to keep replacing the reference in my asp.net site. I checked attach to process but didn’t see the worker process. I am using asp.net, IIS 7.
Share
Just put it into /bin folder of your web application.
OR
Add reference to this .dll by right clicking on
References > Add Reference > Browse >Select your .dll file and lick OK.Then set it’s ‘Copy Local’ property to ‘True’. This way .dll will be copied into /Bin folder each time you build application.
alt text http://xmages.net/out.php/i170817_1.png