View Single Post
  #1 (permalink)  
Old 07-28-04, 07:45 AM
ewong ewong is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
IIS crashed when too many user connected to our ASP application

We have experienced a problem that - if 50 users are connected to our ASP application on IIS, the IIS crashed and we need to reboot the web server. It works when there are 5 users. Any clue?

Here is the configuration:
- IIS on Win2003
- ASP calling a DLL implemented by VB

One more question - when the ASP invokes the DLL, will every connection have its own instance of the DLL? Or all connection needs to share the single instance of DLL "sequentially"?
Reply With Quote