Hi all,

I have a Windows 2003 server running three different applications. One application is an ASP.Net app, and the other two are classic asp pages.

All three use the same dll to connect to the database. However, I'm having a very strange problem.

If I try to login to the asp application and aspx application simultaneously, the dll gets "hung", and must be recycled on the server to get everything back to normal.

Once the dll is hung, I get the irritating "RPC server is not available" error. I want to assume that the problem is with the dll, but I can login to the two asp pages at the same time with no issues.

Is there something I'm missing?