The worker process for ASP.NET was re-started.
There is a periodic ping sent to the worker process to verify that it is
still alive and responsive.
If the worker process fails to respond, it is terminated, and a new process
is started up.
The worker process may fail if there is some error in the app code. If for
example, you have an infinite loop in the app, then the worker process may
become non-responsive. Windows will recycle the process in this case.
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.