Questions tagged [application-pools]
224 questions
0
votes
1 answer
Is an IIS-Spawned Process CPU-Limited?
Seems more appropriate here than at StackOverflow; we'll see if it gets closed.
Let's say I have an IIS App Pool set to cap at 25%. But the pool runs a webservice which spawns a process. Is that subsequent process subject to a subset of that 25% or…

tsilb
- 608
- 2
- 10
- 15
0
votes
0 answers
Does a domain user being used as an app pool identity need to exist on the server in order to have access to a network folder?
Running IIS 10, I used a domain user as the application pool identity: my-company/custom_app_pool_identity
But it was also given a local administrator, so I completely removed that user from the server itself (Didn't want an identity to also be a…

pileup
- 229
- 2
- 9
0
votes
1 answer
Using ApplicationPoolIdentity for two different websites with different network folders access permissions
I need to configure two websites that need to have access to two different network folders
(for example website1 needs access to X:/netfolder1/ and website2 needs access to X:/netfolder2/)
I've read the following two…

pileup
- 229
- 2
- 9
0
votes
2 answers
IIS7 Application Pool Crash
I am running IIS 7.0 on Windows server 2008 R2 and created 1 Application Pool per site and I have 1 site which is causing the application pool to stop. These are the following errors in the Event Viewer:
This shows several times:
A process serving…

user14435
- 133
- 1
- 5
0
votes
1 answer
Better to have one URL with all the memory or multiple copies of same URL sharing it
We have a site example.com and we have a large server 48 GB of RAM. Is it better to have one giant site using all the 48 GB or say eight copies of the same site each with its own App pool own bindings its own port etc.
Which is a better…

Tony
- 9
- 2
0
votes
1 answer
Events ID 2297 and 2307 in IIS (IIS-W3SVC-WP)
For a couple of weeks, some applications in IIS have stopped responding, when trying to access the site, the app return the error:
On Windows Event Log, I found 2 events in the Application Log: 2297 and 2307:
The worker process for application pool…

Alberto Medina
- 299
- 2
- 11
0
votes
1 answer
IIS 7.5 Application Pool stops on page request
I have problem with IIS and application pools. I have add a blank (with one test HTML file) web site with application pool. When I do a request to this web site in causes application pool of this site to stop. Why does the application pool stopping…

Peter Stegnar
- 571
- 2
- 10
- 22
0
votes
1 answer
IIS 8.5 and 10, max value that can be set for IIS Requests/Recycle?
Per DISA we're required to set the recycling option for requests. I can't seem to track down what the max value for this should be or when the counter gets restarted? If app pools are configured to recycle at midnight, shouldn't the requests…
0
votes
2 answers
IIS 10 Application Pool Memory Management
I have a requirement to configure several settings in my IIS application pools away from their defaults, but I am not finding great guidance nor am I having much luck with trial-and-error experimentation.
I have two application pools in use. One…

The ITea Guy
- 321
- 1
- 6
- 16
0
votes
2 answers
Windows Virtual Desktop in Azure - Including a Persistent Mapped Drive to Application
I have set up Windows Virtual Desktop within Azure. Currently I am able to configure the application I have published to use FSLogix to apply a mapping to a VHD file on an Azure share which is great, but what we'd like to also have is a drive…

RLBChrisBriant
- 595
- 1
- 7
- 22
0
votes
2 answers
IIS 6 Application Pool Identity permissions
Other questions have touched on this, but let's get a complete answer down:
What specific permissions are necessary for a generic IIS 6 site with a domain user as the app pool identity?
What specific permissions are necessary for an ASP.NET IIS 6…

sh-beta
- 6,838
- 7
- 47
- 66
-1
votes
1 answer
Error with IIS 7: Application pool has been automatically disabled
I have a web application running on Windows 2008 R2 Service Pack 1. From time to time ApplicationPool becomes disabled and I have to restart it manually. The time between crash and restart is critical.
In the Event Log I see 5 warnings and 1…

szach
- 1
- 1
- 2
-1
votes
1 answer
Impact of Server Restart in Application pool
The question is small. I just want to know, is there any effect of server restart on my IIS application pools? Will the application pool be recycled on server restart?

MANOJ GOPI
- 105
- 3
-1
votes
1 answer
How many sites per pool in IIS8
I am migrating a old server to a new box and i am attempting to clean it up. This box has 600+ sites running on it. I wanted to know what the best practices would be for site pooling. These sites are for small businesses and some get more traffic…

jackncoke
- 223
- 1
- 3
- 9