I've been having trouble finding information on how to keep a persistent data connection open with an IIS module or handler.
I kind of expected by making my handler reusable that it would reuse connections it made to a database, but that doesn't seem to be the case. I create the connection in the new sub of the handler class, am I doing it wrong?