06-06-06 06:20 PM
Hi Davidlev,
Depending on what all (IIS, SQL and such) running on your machine, you shoul
d
1. create a separate Application Pool for your application
2. set process recycling parameters for this app pool - This will cause an
process restart, typically start another process and hand over new requests
to that.. and close the existing process once all current request are done..
.
3. Do a perfmon using ASP.Net + Process+ System counters to identify the
bottlenecks (maybe you are running out of memory).
--
Ravi Shankar
"Davidlev" wrote:
> Hi,
> I have been trying to deploy a CS 2002 FP1 implementation and have run
> across a serious problem. Apparently, when the site is put under some leve
l
> of load, the CPU begins to spike at 100% for the IIS Worker Process and th
e
> site becomes completely unresponsive. When we implemented a error handler
to
> catch the errors, at the time of the cpu spike, we began receiving a bunch
of
> errors relating to the Profile System. Specifically, we received: Interna
l
> error occurred in 3rd party provider when trying to invoke GetProfileByKey
> and a few other methods. Can someone please help us in trying to identify
the
> root cause of this issue.
> Thanks,
> David
>
[ Post a follow-up to this message ]
|