VB Class Library Project and Multiple Instances
Hi,
i´m new to .Net and so i have this problem. I have a Class Library Project and ASP.Net.
My Prob:
Every Internet User uses the same Instance of the VB Project ????
Example:
User1: click ASP Page and uses a instance of the VB Project, the VB Project opens data from ADO
User2: makes the same and i get for example the error, that the database is already opened
=> so i tested it, and both users use the same instance of the VB Project.
How can i disable this ?
In VB6 an ActiveX DLL always is a new instance and so you have no problem.
Thanx in advance
Oliver