Guest_imported
New member
- Jan 1, 1970
- 0
I have a dll that is used to create random ads, record the impressions and also the click throughs...<br>
<br>
At the moment i am creating the object before i use it and then setting it to nothing when i have finished..<br>
<br>
I am worried that this isn't the most effective way of dealing with dlls with iis, as they don't seem to be released when i set them to nothing (the dll does not have a handle on any thing else which is open)<br>
<br>
any suggestions - should i create a session level instance? application instance? or keep doing what i am doing?
<br>
At the moment i am creating the object before i use it and then setting it to nothing when i have finished..<br>
<br>
I am worried that this isn't the most effective way of dealing with dlls with iis, as they don't seem to be released when i set them to nothing (the dll does not have a handle on any thing else which is open)<br>
<br>
any suggestions - should i create a session level instance? application instance? or keep doing what i am doing?