aspnet_wp dies after every page request

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top