Hello,

I need to communication with an ERP using sockets (API-calls) from a .NET website and I am wondering where to search for information on how to work with connection pooling within IIS. Is there some kind of framework that could be of help to achieve this? A dll-file will be used to make the socket-calls.

Any other thoughts on how to do a connection pooling when using
sockets?

Thanks for any...