aspnet_wp dies after every page request

  • Thread starter Thread starter Rushmi
  • Start date Start date
R

Rushmi

I have VS.NET 2003 ide (which uses 1.1 framework and
Windows 2000 professional). From what I have uncovered,
the worker process aspnet_wp dies abruptly after a webform
is serviced. For every page request, it creates a new
aspnet_wp process(instantiates it anew).The IIS instance
was recycled rarely so it may not becoz of it.
Becoz of this I have been unable to debug my application
using the debugger and it doesn't hit any of the
breakpoints. It also flushes out the static variables due
to this.
Any help to fix this issue would be appreciated!
Rushmi
 
Pl disegard the below post

I found the soultion by contacting the MS support
center.the IIS setting 'cache ISAPI applications' should
be checked to prevent unloading of the aspnet_wp worker
process.
 
Back
Top