What do you mean by Dedicated Application Pools ?

ASP .NET apps run under application pools. Many applications require full trust and they need to be in their own application pool to be given full trust.

On top of the fact that full trust is given out in a dedicated application pool, memory consumption and CPU usage is kept inside the application pool and can be tracked. Furthermore, since variables are being registered within the application pool, and since the memory is isolated, there is more privacy.
  • 0 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

I am receiving System.Security.SecurityException or That assembly does not allow partially trusted callers.

When running your application you may see: That assembly does not allow...

How can I redirect one URL to another on ASP .NET?

Our ASP plans have the following installed:...

Cryptography with ASP .NET

A customer received the following error when attempting to create a RSACryptoServiceProvider from...

I am getting a 404 error on the secondary pages of my MVC application. Why?

To resolve the 404 error issues on secondary pages of a ASP .NET MVC applications, you will need...

My site is showing the following error: HTTP Error 503. The service is unavailable.

The error HTTP Error 503. The service is unavailable. generally means that your application pool...