The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
59 views

Moving my custom farm solutions from sharepoint 2010 to sharepoint 2013 error

So I followed the following guide. http://zimmergren.net/technical/upgrading-your-sharepoint-2010-visual-studio-projects-and-solutions-to-sharepoint-2013 Once I tried to deploy the solution from ...
1
vote
1answer
58 views

Application pool not visible in IIS, SharePoint or PowerShell

I have a PowerShell script that creates a web application using New-SPWebApplication. It crashed for some reason a while back and now it keeps telling me the application pool exists. I've looked in ...
4
votes
1answer
82 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
1answer
54 views

The app pool looses its identity

I am running into a very weird issue, every morning around 8:55 AM one of our SharePoint App Pool looses its identity. Its been happening fore more than a week now. This app pool holds 12 ...
1
vote
0answers
60 views

Separate sub-sites into their own application pools?

I'm in the middle of an upgrade of a SharePoint 2007 farm. In this old farm, they have My Sites set up to share a database and application pool with everything else in the farm. As we move ahead ...
0
votes
0answers
56 views

How can Solve problems while debugging sharepoint web application?

Everytime I try to run my sharepoint application in debug mode, I get the error bellow:
3
votes
2answers
144 views

Hitting a specific WFE in a Load Balanced environment

I have a host header web application pointing to a Load Balanced IP. Is there any way that I can hit a specific server in the farm? I'm trying to diagnose intermittent 503s and cannot determine ...
0
votes
2answers
137 views

Application Pool Displaying GUID Instead of Name

I have been creating service applications in SharePoint 2010 manually, not using the wizard. Can you tell me if this is really the behavior? Is it possible to rename it and if yes, is it advisable? ...
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
326 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
136 views

why application pools stops when I do iis reset

I have made few changes and needed to reset IIS. But most times when i do it using STSADM it stops application pools in iis, i have to restart them manually. I dont want to do it manually all the ...
0
votes
1answer
58 views

What account should be used to create a new web application(-Application Pool -Configurable) - help

I'm creating a new web application on a new SP install. I logged in ok to the central admin site with a setup account.But when i'm on the CREATE NEW WEB APPLICATION page and i get to Application Pool ...
0
votes
2answers
376 views

SharePoint service account can't access its own temp directory

I have a feature with a an event receiver that have to uncompress an archive (actually an Infopath Form), patch some data and recompress the archive (using Cab compression). In order to "properly" ...
0
votes
2answers
525 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
930 views

User Profile Application Proxy failed to retrieve partitions from User profile application - Cant access application either

I am experiancing an issue where ever so often the sharepoint (2010) site keeps throwing security errors(The security validation for this page is invalid) iisreset fixes this shortly but ...
0
votes
2answers
1k views

Recycling the Application Pool

I was told recycling the application pool might resolve my issue from this post. How does one recycle the Application Pool? What should I be aware of before I recycle the application pool, e.g., what ...
0
votes
1answer
475 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"> ...
1
vote
1answer
339 views

Application Pool name IIS 7.5 On SharePoint Server 2010

Application Pool Name is IIS is in GUID format in IIS and *How to get name any powershell command ?*
1
vote
1answer
1k views

Difference between Application Pool and WebSites in IIS

While learning SharePoint, I noticed that, an IIS manager consist of Application Pool tab and Websites tab. Both includes the names of web application created. I could not understand the difference ...
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 ...
1
vote
2answers
804 views

Issues after an Application Pool Recycle

My site is setup to use SharePoint 2010's automated Application Pool Recycling. I have 2 front end web servers. Sometimes (not everytime) the application pool recycles, and a custom webpart starts ...
0
votes
4answers
740 views

Web part settings losing their values every day

I have a web part custome setting, defined as below. It works fine but it seem to lose its value once a day!? Is this because the app pool is getting recycled or some such? Is there anyway to prevent ...
3
votes
2answers
1k views

Should I have separate application pools for Service Applications?

So I've looked high and low for a best-practice, and a practical practice to this: Should I separate each of my service applications in a SharePoint 2010 installation into different application pools? ...
1
vote
4answers
5k views

SharePoint 2010 Application pool for CA will not start

Another interesting warning which has stumped me, The identity of application pool SharePoint Central Administration v4 is invalid. The user name or password that is specified for the ...