I was reading this.
I understand that application pool:
- Can seperate the process so one work process fail won’t affect the
other application in other application pool. - from the page above
different application pools to isolate applications helps prevent one
customer from accessing, changing, or using confidential information
from another customers site.
But,
- How the worker process will fail? I only seen the situration that
my asp.net application will throw an exception, but never seen a fail that will
stop my whole worker process. Can someone give me a real life
example? - And how it can prevent one customer from accessing, changing
confidentail from other customers site? If the confidentail
information are stored into database, isn’t that is not related? Or
do they refers to something else?
1 Answer