Hello Community
SharePoint 2010 has 2 types of Application Pools.
When you create a web application using New-SPWebApplication you can
create an application pool(host service application endpoints).
On the other hand IIS Web Application Pool (hosts content web applications) have to be created
using New-WebAppPool.
That explains the 2 different types of web application pools but the questions that it
doesn't answer are:
-Since you create a web Service application pool when you use "New-SPWebApplication" why would
you then also create a IIS web application pool?
or
-If you create an IIS Web Application Pool why would you then create an -ApplicationPool when you
use "New-SPWebApplication"?
Lastly how many web applications should use the same Service Application Pool or IIS Web Application Pool?
Thank you
Shabeaut