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"?