What is Application Pools in IIS? Please explain it...... [Resolved]

Posted by Kumarkrishna184 under ASP.NET on 12/20/2015 | Points: 10 | Views : 1412 | Status : [Member] | Replies : 3
What is Application Pools in IIS? What works performed by Application Pool in Internet Information Services? Please explain it......

Thanks and Regards,
Krishna Kumar



Responses

Posted by: Sheonarayan on: 12/20/2015 [Administrator] HonoraryPlatinum | Points: 50

Up
1
Down

Resolved
There is a nice article written by Abhijit Jana How IIS Process ASP.NET Request - http://www.dotnetfunda.com/articles/show/821/beginners-guide-how-iis-process-aspnet-request

As per that article " Application pool is the container of worker process. Application pools is used to separate sets of IIS worker processes that share the same configuration. Application pools enables a better security, reliability, and availability for any web application. The worker process serves as the process boundary that separates each application pool so that when one worker process or application is having an issue or recycles, other applications or worker processes are not affected. This makes sure that a particular web application doesn't not impact other web application as they they are configured into different application pools."

Read the above article to completely understand where Application Pool fits in while hosting the application.

Thanks


Regards,
Sheo Narayan
http://www.dotnetfunda.com

Kumarkrishna184, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Rajnilari2015 on: 12/20/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 50

Up
0
Down

Resolved
In DNF we have the answer already at : http://www.dotnetfunda.com/interviews/show/1414/what-is-application-pool-in-iis
Kindly let us know in case you need more explanation on the same.

Thanks

--
Thanks & Regards,
RNA Team

Kumarkrishna184, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Kumarkrishna184 on: 12/20/2015 [Member] Starter | Points: 25

Up
0
Down
Thanks Sir...

Thanks and Regards,
Krishna Kumar

Kumarkrishna184, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response