4
votes
1answer
78 views

Enumerate every solution for each WebApplication

I'm performing an inventory and I need to get list of sharepoint solutions (*.wsp) deployed to every individual web-application and ideally, it would also be great to list what Application pool on ...
0
votes
0answers
84 views

In setting up SharePoint Web App Pools why do loadUserProfile and rapidFailProtection have their defaults?

When setting up our early SharePoint environments we often had issues with some of the web application pools, at times we ended up changing the defaults for the loadUserProfile and rapidFailProtection ...
3
votes
4answers
323 views

How to programmatically determine which application pool a service application is using?

Is there a way to programmatically determine which application pool a service application is using? Further i would like to get the information about the service account the app pool is using.
0
votes
2answers
508 views

New-SPWebApplication application pool account is not found

I am trying to create a new web application using PowerShell. I keep getting the error application pool account is not found! How do I solve this? I tried adding the new web application to ...
0
votes
1answer
471 views

Changing the user account of the SharePoint applicaton pool returns the error “Cannot connect to the configuration database”

I am trying to debug an issue regarding the proxy setting in web.config. Currentley it is set to: <system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> ...
6
votes
5answers
2k views

How much RAM is needed to host 10+ app pools per web server?

We are considering a SharePoint 2010 configuration where we deploy separate app pools/web applications for each business unit in our company. We would have 10 app pool/web app instances total in that ...