Hi All,
I would like to ask why i encounter this error when multiple user accessing in my online page.
Here is the error message.
Execute Reader requires an open and available Connection's current state is connecting.
Regards,
xhy :)
It seems you are not closing the connections properly and hence there are no open connections available in pool.
You need to close the connection immediately after the work is done.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.