So I use a Visual Basic DataSet on an ASP.Net website, and when multiple users access the website I get something along the lines of:
ExecuteReader requires an open and available connection. The connection's current state is Open.
Can I create multiple connections to the SQL database?
I know the datasets have normal code behind them so I'm wondering if I could modify something in those files to create a new connection for each user session.
I've tagged c# because if an answer pops up in c# I'll convert it...