We're encountering what could be a problem with our web application - developed using Visual Studio.NET (ASP.NET web pages with C# code).
After closing the web application down what we're noticing is that (via 'Task Manager') the 'aspnet_wp.exe' process is still running (and using up quite a bit of memory) albeit that it's not actually active.
Will this be a problem to us ?
It seems to give us a minor one at the moment in the sense that it's locking a text file we're writing to when the application raises errors.
So when we run the application for a second time it tells us that the file is locked.
It's only after we close the 'aspnet_wp.exe' process in 'Task Manager' that it frees this up again.
Should the 'aspnet_wp.exe' process still be running after closing the web application down or are we missing something fundamental here ?
Any thoughts ?
Thanks in advance,
Steve
After closing the web application down what we're noticing is that (via 'Task Manager') the 'aspnet_wp.exe' process is still running (and using up quite a bit of memory) albeit that it's not actually active.
Will this be a problem to us ?
It seems to give us a minor one at the moment in the sense that it's locking a text file we're writing to when the application raises errors.
So when we run the application for a second time it tells us that the file is locked.
It's only after we close the 'aspnet_wp.exe' process in 'Task Manager' that it frees this up again.
Should the 'aspnet_wp.exe' process still be running after closing the web application down or are we missing something fundamental here ?
Any thoughts ?
Thanks in advance,
Steve