[thelist] DLL crashing in IIS

Alan McCoy a.r.mccoy at larc.nasa.gov
Mon Jul 7 10:50:25 CDT 2003


=> 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. 

Is that something that has to be set when the DLL is compiled?

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

Again, is this something that needs to be set in the code before the DLL
is compiled?

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

Not sure. How does one properly release it in the code that calls it?
Would the ActiveX control have to release it or would that be done in
the code (VBScript or HTML) that calls the ActiveX control?

Alan



More information about the thelist mailing list