Questions tagged [application-pools]
224 questions
0
votes
1 answer
Setting Up Win2008 Web Server With IIS7
I am setting up a new Win2008 web server with IIS7 for the first time - I have been taking my time learning as I go.
So I am wondering if you would you create a separate application pool for each site you add? I have an old win2003 server with all…

YodasMyDad
- 329
- 6
- 14
0
votes
1 answer
WS 2008 R2 get process by id
I have received the following message in the event viewer:
A worker process with process id of '10088' serving application pool 'mypoolapp' has requested a recycle because the worker process reached its allowed processing time limit.
I get this…

Alexandre Neukirchen
- 105
- 2
- 7
0
votes
1 answer
Should a user profile be generated prior to use it as IIS Application Pool identity?
When using a custom profile as identity for an IIS (7.5, 8.0) Application Pool - is one supposed to login with this account on the related server in order to create a user profile beforehand?

Joey
- 109
- 3
0
votes
1 answer
IIS website cannot run because of Application Pool user permissions
I'm having the following issue when trying to user an AD group account instead of ApplicationPoolIdentity. When I use ApplicationPoolIdentity everything works fine, but when I use the AD account I get the following error:
Unhandled Execution…

paddingtonMike
- 111
- 1
- 3
0
votes
1 answer
Application Pool failling with client_reset errors in httperr followed by 503 2 Disabled errors
On our server running Server 2008 R2 using IIS 7.5 we have one of our sites that stops responding to requests and eventually produces 503 errors. The site is also running Coldfusion 10. These failures are occurring every few days.
When the problem…

John Sieber
- 113
- 1
- 5
0
votes
1 answer
UnauthorizedAccessException in ASP.NET application after changing application pool identity
I have a SharePoint (MOSS 2007) instance running on Windows Server 2003 and IIS 6. In IIS, I have set up an ASP.NET application via a virtual directory under the SharePoint website. SharePoint is accessed using the URL http://companyportal and the…

Web User
- 123
- 1
- 5
0
votes
2 answers
Why IUSR does not have any permission on wwwroot
I'm trying to understand IIS 8.5 user account model.
IUSR: default anonymous user (can be changed). it is the identity which request the web resource
ApplicationPoolIdentity: a special identity used for app pools
IIS_IUSRS: it is a group where all…

giammin
- 107
- 2
- 8
0
votes
1 answer
App-pools (w3p.exe's) seem to hang after file update or configuration change
I have the following problem:
After an file update or a configuration change to one of the sites running on the iis server i need to kill all w3p.exe's running on that server in order to let the website/app-pool start again.
I have 2 servers and…

Edo Post
- 103
- 2
0
votes
1 answer
Why does IIS recycle my application pool every 15 minutes?
Today we have a huge number of users on our ASP.NET MVC IIS 7 web application.
I notice that approx. every 15 minutes, the application pool process is killed and a new one is started.
I did not find any specific reason for this. I could imagine that…

Uwe Keim
- 2,420
- 5
- 30
- 47
0
votes
1 answer
.NET 4.0 applications suddenly stop working with TNS error (IIS 7.5, Oracle 11.2.0 client)
I support an IIS 7.5 web server and I've been having a bit of trouble with my app pools. What I am seeing is every so often, the applications using connections to Oracle databases will stop working and throw a "ORA-12154: TNS:could not resolve the…

pburgh
- 101
- 1
0
votes
1 answer
Why can I access my file share only under one ApplicationPoolIdentity?
I've searched around here and found a couple of things to try but none of the other questions matches exactly what is happening with my IIS and application setup.
First, some background. A client of my company's wanted an internal application of…

akousmata
- 103
- 4
0
votes
1 answer
Task Manager shows more worker processes than the max set
I am doing application pooling for a web application used by huge number of users and set web garden with a max of 20 worker processes. But in task manager, I see more processes than the w3wp processes than what I set. The web application uses…

user1429322
- 109
- 1
0
votes
2 answers
Running large numbers of sites on IIS7
On Windows 2003 (32 bit Standard Edition with 4GB of RAM) we would host around 1200 sites on a single server split across say 4 application pools. This has worked well for us for a number of years.
IIS7 seems to favour creating a separate…

Kev
- 7,877
- 18
- 81
- 108
0
votes
1 answer
IIS Maximum Worker Process spins only two while max is set to four
I've set my Application pool to Start Mode = AlwaysRunning and the Maximum Worker Processes = 4. And I've set Preload Enabled = True on the website. After recycling the AppPool only two workers spin up while I've asked for four.
Any idea why and how…

rdkleine
- 51
- 6
0
votes
2 answers
Automate app pool recycling of an Azure Cloud Service Web Role
How can I script (e.g. using PowerShell) the action to recycle the app pool of a web site hosted in a Web Role on Azure Cloud Services?
Only one instance of the cloud service is running (used for development). The reason for recycling is to work…

Edward Brey
- 103
- 1
- 7