什么是 IIS 应用程序池? [英] What is an IIS application pool?

查看:32
本文介绍了什么是 IIS 应用程序池?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

究竟什么是应用程序池?它的目的是什么?

What exactly is an application pool? What is its purpose?

推荐答案

应用程序池允许您将应用程序彼此隔离,即使它们运行在同一台服务器上.这样,如果一个应用程序出现错误,它就不会关闭其他应用程序.

Application pools allow you to isolate your applications from one another, even if they are running on the same server. This way, if there is an error in one app, it won't take down other applications.

此外,应用程序池允许您将需要不同安全级别的不同应用程序分开.

Additionally, applications pools allow you to separate different apps which require different levels of security.

这里有一个很好的资源:IIS 和 ASP.NET:应用程序池

Here's a good resource: IIS and ASP.NET: The Application Pool

这篇关于什么是 IIS 应用程序池?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆