Questions tagged [application-pools]
220 questions
273
votes
6 answers
How to assign permissions to ApplicationPoolIdentity account
In IIS 7 on Windows Server 2008, application pools can be run as the "ApplicationPoolIdentity" account instead of the NetworkService account.
How do I assign permissions to this "ApplicationPoolIdentity" account. It does not appear as a local user…
Triynko
- 3,408
- 6
- 30
- 30
46
votes
7 answers
Removing phantom applications from Application Pools in IIS7
I have an application in one of my application pools that has a virtual path of /Site/login.aspx. I want to remove it but it no longer exists on my computer and it's causing me issues setting up AppFabric.
I understand that you can remove these…
Col
- 585
- 1
- 4
- 6
25
votes
2 answers
IIS 7.x Application Pool Best Practices
We are about to deploy a bunch of sites to some new servers. I have the following questions about application pools:
It seems advisable to have one application pool per website. Are there any caveats to this approach? Will one application pool…
bopapa_1979
- 439
- 1
- 5
- 12
14
votes
5 answers
500 Error when using custom account for application pool in IIS 7
I have a very simple site with only static files in IIS 7 on Windows Server 2008 SP2.
When I try to access any static file I get a 500 error. If I rename an html file to have an aspx extension it works fine.
The site also works fine when using the…
Brownie
- 341
- 1
- 2
- 8
14
votes
3 answers
Why add additional application pools in IIS?
I have multiple web sites hosted with IIS 6.0 on Windows Server 2003. Some of them use the .Net 1.1 framework while the others use .Net 2.0. I currently have application pools set up for each framework. Are there any other reasons to add additional…
Jonathon Watney
- 621
- 1
- 10
- 17
13
votes
1 answer
In IIS 7.0, what is the difference between the application pool identity and the web site identity?
In IIS 5.0, by default the identity account of an application pool is ASPNET, and the website, unless impersonation is enabled, run under the account of its application pool's identity.
But in IIS 7.0, there are two places where I can configure the…
Nicolas Dorier
- 298
- 1
- 3
- 9
12
votes
1 answer
ApplicationPoolIdentity Environment variables IIS
Is it possible to set Environment Variables for ApplicationPoolIdentity virtual accounts? The documentation on this is practically-non existent.
I would like to inject an Environment Variable for just that Application Pool. It seems to be the case…
Beau Trepp
- 223
- 2
- 6
12
votes
1 answer
Why are 32-bit application pools more efficient in IIS?
I've been running load tests with two different ASP.NET web applications in IIS. The tests are run with 5,10,25, and 250 user agents. Tested on a box with 8 GB RAM, Windows 7 Ultimate x64. The same box running both IIS and the load test…
mhenry1384
- 535
- 6
- 15
11
votes
2 answers
Do unused application pools in IIS affect performance?
Due to a major update in our architecture, we now have a few unused application pools under IIS (there are no web sites mapped to them).
I understand how it can a good idea to remove them just to improve readibility, but my question is more about…
Cybermaxs - Betclic
- 213
- 1
- 6
11
votes
1 answer
Is the serviceAutoStartProvider attribute required to auto-start an ASP.NET application?
I've been reading Scott Guthrie's post on Auto-Start ASP.NET Applications, which provides examples on how to setup an ASP.NET 4.0 application to auto-start.
ahsteele
- 375
- 1
- 6
- 14
11
votes
2 answers
ApplicationPoolIdentity IIS 7.5 to SQL Server 2008 R2 not working
I have a small ASP.NET test script that opens a connection to a SQL Server database on another machine in the domain. It isn't working in all cases.
Setup:
IIS 7.5 under W2K8R2 trying to connect to a remote SQL Server 2008 R2 instance. All machines…
Jack
- 111
- 1
- 5
10
votes
2 answers
How can I assign active directory permission to the default app pool identity
How can I assign active directory permission to the default app pool identity [IIS APPPOOL{application pool name}]?
I am trying to do this to enable a web application query active directory groups, users and check the existence of a particular user…
user2384219
- 103
- 1
- 1
- 4
9
votes
1 answer
IIS 7 Application Pool Identity permissions
In the vein of this question.
Other questions have touched on this, but let's get a complete answer down:
What specific permissions are necessary for a generic IIS 7 site with a domain user as the app pool identity?
What specific permissions are…
sh-beta
- 6,756
- 7
- 46
- 65
8
votes
1 answer
App Pool doesn't respect memory limits
I am dealing with a legacy .NET app that has a memory leak. In order to try and mitigate a run away memory situation, I've set the app pool memory limits from anywhere between 500KB to 500000KB (500MB) however the app pool doesn't seem to respect…
lucuma
- 145
- 1
- 7
8
votes
4 answers
w3wp.exe hogs memory
On a Small Business Server 2011 installation a whole number of w3wp.exe processes appear to be using a disproportional lot of memory. The SBS out-of-the-box installations comes with a total of 7 sites and 20 ASP.NET application pools (Sharepoint,…
the-wabbit
- 40,319
- 13
- 105
- 169