Questions tagged [application-pools]
224 questions
0
votes
1 answer
Is it possible to configure IIS to always default Anonymous authentication to use application pool identity?
Is it possible to configure IIS to always default the identity settings for Anonymous authentication to use application pool identity?
There is never a reason I would want it otherwise so it's frustrating to be continuously required to flip this…

Chris Marisic
- 1,424
- 8
- 33
- 51
0
votes
2 answers
Are Windows Domain Service Accounts Really Necessary?
One of the biggest problems we have in automating application deployments is the idea that running IIS AppPools and Windows Services under domain service accounts is a 'best practice'. Unfortunately, this best practice sometimes causes deployment…

Zach Bonham
- 210
- 1
- 3
- 10
0
votes
1 answer
Where do you change the rate that the IIS app pool automatically recycles?
While I can say I've manually recycled an app pool or two (or thousand) in my day, I don't know much about how this occurs automatically.
I assume that after a certain time interval the app pool automatically recycles, but I don't know what that…

Mark Rogers
- 279
- 1
- 4
- 14
0
votes
2 answers
How to diagnose website performance/app pool recycling with Windows 2008/IIS7
Ok, so there are various symptoms here (clients and and our own employees complaining of intermittent slowdowns, getting 'kicked out' to login page or just having a save request not properly save the submitted data).
The environment:
Windows Server…

ilasno
- 236
- 1
- 3
- 16
0
votes
1 answer
Application pool recycle after "Fixed number of requests"
I am using IIS 6.0 on Windows Server 2003. I want to learn what means recycle after "Fixed number of requests" in application pool setting? My current confusion is, suppose I set this number to 100, and the 99th person connects to my web site, than…

George2
- 1,137
- 6
- 22
- 41
0
votes
1 answer
How to read a file as the App Pool identity rather than the authenticated user
I want to have an internal website that automatically authenticates users based on their network credentials. However, I want to have the website display image files that are in a directory that most domain users do not have read access to. I have…

bwarner
- 101
- 1
0
votes
1 answer
ASP.NET pages crash IIS7 app pool
I'm running IIS7.5 on Server 2008 R2. I've got an app pool under which I have running a WCF web service, an .asmx web service and an ASP.NET site. Anytime I try to hit any of the ASP.NET pages, the app pool crashes. The entries in the application…

Zann Anderson
- 101
- 3
0
votes
2 answers
How many worker processes should I allocate for an Application Pool in IIS?
I've got a Python application that I'm serving via IIS using ISAPI-WSGI. I've got it in its own application pool so that I can restart the Python interpreter whenever I want without disturbing other applications. I don't expect any more than 2 or…

Jason Baker
- 1,229
- 6
- 20
- 26
0
votes
2 answers
Host ASP.NET 4.0 in IIS 6 on Windows 2003 x64
I want to host an ASP.NET 4.0 web application in IIS 6 on Windows 2003 R2 SP2 x64.
Is this even possible? I have the following under C:\WINDOWS\microsoft.net\Framework
1.0.3705
1.1.4322
2.0.50727
3.0
3.5
4.0.30319
and in…

JP Hellemons
- 267
- 6
- 16
0
votes
2 answers
How to get old DLL's running on 64bit server
I'm moving my company's websites from a windows 2003x86 server to windows 2008x64 which is running IIS 7.5.
The problem that I've got is that all the DLL's which were running fine on the old server, now error out whenever they're called. All I get…

quakkels
- 123
- 1
- 1
- 7
0
votes
1 answer
Why aren't my old DLL's running with my app pool in 32bit mode?
I am moving my websites from a server 2003x86 environment to a server 2008x64. the 2008 server is using iis 7.5 and the app pool I am using is configured for 32bit mode. I get an error 'Server object error 'ASP 0177 : 800401f3' Server.createObject…
0
votes
2 answers
win2008 r2 IIS7.5 - setting up a custom user for an application pool, and trust issues
Scenario:
blank win2008 r2 install
the goal was to have a couple of sites running with isolated pool and dedicated users
A new folder for a new website - c:\web\siteA\wwwroot, with the app (asp.net) deployed there in the /bin folder
created a user…

Ken Egozi
- 101
- 3
0
votes
1 answer
Problem with creation of scheduled task from IIS6 on SR2003
I have also posted this question on stackoverflow, but will also try here, since it might be more system-related
I am writing a webapplication using .NET. The webapp creates scheduled tasks using the System.Diagnostics.Process class, calling…
Morten Louw Nielsen
0
votes
1 answer
.NET Framework version in Application Pools of IIS 7 on windows 2008
I have web service on IIS 7 on Windows 2008.
This web service must dlls of .NET Framework 3.5 (I have error about System.Linq using when I try to browse the web site)
The only place I found where it is possible to change .NET Framework version is…

Rodnower
- 179
- 3
- 12
0
votes
1 answer
Is is possible to change the default appPool folder location when using ApplicationPoolIdentity in IIS 7.5?
I understand in IIS 7.5, the default Application Pool identity is ApplicationPoolIdentity and on accessing the Web site, it creates a temporary folder under C:\inetpub\temp\appPools with the Web site related configuration.
My question is: Is it…

Vivek Kumbhar
- 3,073
- 1
- 18
- 13