Hi people, I'm having trouble connecting to my asp.net application. I have created several users in my sql2000 database. But when I try to connect with two different users at the same time, only one of them can log in. The other one gets the following error: Cannot change the connection string property while connection is open.
I know that this is because I have declared a public connection in my module, but I want to use only one. How can i use session states, or use the web.config file to make things work correctly?
thanks in advance
You can better regret that you have done something than regret the fact you done nothing
I know that this is because I have declared a public connection in my module, but I want to use only one. How can i use session states, or use the web.config file to make things work correctly?
thanks in advance
You can better regret that you have done something than regret the fact you done nothing