User1527693392 posted
Hi guys,
We've developed an ASP web application used by 10-20 users at the same time. The connection to Oracle database is configured using ConnectionString indicated on the Web.config file. So, all the users get the same connection to acces to database.
We don't know when and why, but after a couple of hours the web throws the error "OracleTransaction has completed; it is no longer usable". Then, if we re-start the IIS where the web site is located, the error is solved.
Do you've some ideas about what could be the problem????
Thanks in advance!