G
Guest
I have a web aspx ap on a web server; however when there is 5-10 ppl use the
app. The database connection tend to fail
The message is System.InvalidOperationException: There is already an open
DataReader associated with this Connection which must be closed first.
Even though I use data adapter. and close the connection every time.
app. The database connection tend to fail
The message is System.InvalidOperationException: There is already an open
DataReader associated with this Connection which must be closed first.
Even though I use data adapter. and close the connection every time.