-
Access to multiple users
Hi,
I have an application developed using ASP.Net running on a web server. The application interacts with an access database on the backend. The application seems to be running fine when only one user accesses it. It crashes when 2 or more people try to access it. I realize that the error lies in the way I coded the application. Can someone guide me to links/literature to make multi threaded web applications using ASP.Net.
Any help would be appreciated.
Thanks,
Prashanth
-
I dont think your problem has got anything to do with multi-threaded web applications BUT rather by the solution architeture itself
It could be your server is not configured properly to handle the bandwidth or just your application has a memory leak somewhere.
Make sure you close all connections EXPLICITLY especially if you are using a dataReader object and try again.
An access mdb file can handle up to 20 concurrent users altho many ppl will dispute that but I am sure it can handle 2-5 users