Skip to content

Categories:

classic asp memory leaks in IIS

Here’s a nice link to tools that will help you figure out where the memory leak is happening:

http://community.sgdotnet.org/blogs/darenhan/archive/2007/10/29/How-to-solve-memory-leak-in-IIS-w3p.exe.aspx

Remember the following:

1. close your database recordsets

2. close your database connections

3. close any other objects you’ve created

4. in case you come across a response.redirect do all of the above before calling it.

5. read 4.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

Posted in code. Tagged with , , .

0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.