Questions tagged [application-pools]
224 questions
0
votes
1 answer
How to Monitor IIS app pools and alert for any down time?
Does any one have any good ideas for monitoring IIS 7 app pools for down time and either auto restarting them or alerting through email on them?
I found this link with a nice power shell script but I don't know much about power shell scripting and…

Corey
- 1
- 2
0
votes
2 answers
IIS 7.5 One Application Pool works, a second one doesn't work
I have a website (Alpha) running successfully on an IIS 7.5 webserver running on Windows Server 2008 R2.
I basically want to clone Alpha and have a second website Beta, the same as Alpha, but will have somewhat different code. I've created the…

Knox
- 2,463
- 2
- 26
- 34
0
votes
1 answer
SharePoint Application down in Windows Server
I got a SharePoint environment consist of Web Servers, Index Server and Database Server.
The SharePoint application has been down for unknown reason, after I check on the event viewer and the result as below:
Event ID : 1013
Computer : Web…

sams5817
- 167
- 6
0
votes
2 answers
Why doesn't shared config on IIS 7.5 replicate app pool identity SIDs?
We have an IIS 7.5 server farm set up using shared config. The config files were exported to a network share accessible to both machines. We know the shared config is working because everything is synched -- new sites, site bindings, URL rewrite…

MALfunction84
- 161
- 2
- 10
0
votes
1 answer
ASPX.NET Web Services & IIS7, application pools
I have an aspx.net website running on the .net framework version 4.0, the website uses forms authentication, except for a small portion of the system, where the web services are kept, which has been configured to be accessible by all (using the…

Phill
- 101
0
votes
2 answers
IIS 7.5 Application Pool Identity permissions to use WebBrowser
We have an ASP.NET application which uses the WebBrowser class to generate screenshot thumbnails.
Moving it to IIS 7.5 causes it to fail due to permissions.
What files within Windows 2008 R2 do I need to give the IIS 7.5 Application Pool Identity…

Robert
- 91
- 2
- 8
0
votes
1 answer
IIS6 - Classic ASP - "out of memory"/"out of string space"
We have a classic ASP application that's under significantly more load than usual.
We are from time to time been getting "out of memory" and "out of string space" in the httperr. We do not usually see these errors.
For the moment we cannot change…

glaucon
- 253
- 1
- 6
- 16
0
votes
1 answer
PHP + IIS Application Pool Identity Windows\Temp permissions
I am currently running PHP (5.3) on IIS 7.5 on a Win2k8 R2 Web Edition Server and would like to know what, if any, problems or security vulnerabilities I may introduct into a system by assigning Read, Write, Modify & Execute permissions to either…

93196.93
- 291
- 1
- 4
- 13
0
votes
1 answer
Will changing an SSL binding to new certificate in IIS7 affect Application Pools, i.e. cause them to recycle?
I want to change SSL bindings to a replacement certificate, but don't want to affect logged in users.
Will doing this cause the Application Pools for the web site to recycle?
Many thanks,
Kenny

Kenny
- 520
- 1
- 9
- 24
0
votes
1 answer
authorization: application pool identity cannot access path
I have two very similar ASP Classic apps that both use Windows Authentication and run on the same development PC (Windows 7/IIS 7.5).
They've been around for years, and have 'travelled' with me as I've upgraded PCs through the years. One works…

CJM
- 730
- 3
- 12
- 28
0
votes
1 answer
IIS, application domains, pools, processes and threads, high level understand
Was hoping if someone could be all these things into perpective for me.
This is to better understand operatig systems in general, but also specifically how it applies to IIS.
How to application domains, app pools, processes and threads come into…

Blankman
- 2,891
- 10
- 39
- 68
0
votes
1 answer
How does connection pooling work on IIS?
How does IIS connection pooling work, especially in clustered environments (with load balancing, and databases in the backend)?

adamo
- 6,925
- 3
- 30
- 58
0
votes
1 answer
Using more than 1 thread per app pool causes IIS to return 503's and stop responding
We are hosting a WCF server farm. We currently have 12 app pools, but whenever we increase the threads per pool, we end up getting 503 errors. The service stops responding.
How does one tell what is the best number of threads per app pool?

Byron Whitlock
- 105
- 3
0
votes
1 answer
IIS 7.5-hosted app fails after some time when running on AppPoolIdentity
I have a problem with IIS 7.5 at Windows Server 2008 configuration. I'm hosting an ASP.NET MVC application on separate application pool, configured with AppPoolIdentity and .NET 4.0 Framework.
The application is working normally for some time (few…

AGd
- 103
- 1
- 4
0
votes
1 answer
Kill w3wp.exe if it is working on 100% cpu over a period of time
Im running a ASP.NET website on Windows 2008 and IIS7.
From time to time my w3wp.exe start spiking into 100% CPU, and the website hangs.
I have not found the reason for this, but that is irrelevant at the moment. All I want is to configure the…

Martin at Mennt
- 177
- 1
- 2
- 11