[thelist] DLL crashing in IIS

Rob Smith rob.smith at THERMON.com
Mon Jul 7 09:21:31 CDT 2003


Is there some kind of caching problem that could possibly be making the
DLL get "stuck" during processing?

Alan

_________________________

Alan,

There could be a caching problem with this DLL file. The only files that I
know of that you can explicitly tell the browser not to cache are ASP files.
All others need to have a content expiration date enabled to help prevent
this. 

You could also check the DLL and see if its managing the data appropriately
(i.e. allocating, destroying).   

In your code that calls the DLL, are you releasing it properly when
finished. 

HTH,

Rob.


p.s. Thanks to those who gave me insight on the cc with CDONTS. Your advice
was most helpful!


More information about the thelist mailing list