Questions tagged [application-pools]

224 questions
1
vote
1 answer

Do each application within one App pool get unloaded in IIS 7.X

Do each application within one App pool get unloaded in IIS 7.X or does it affect the whole app pool? if i have one hundred applications under same app pool are alls of the applications always loaded?
Oscar Cabrero
  • 193
  • 1
  • 2
  • 9
1
vote
2 answers

How Does One Test IIS7's OrphanWorkerProcess (along with OrphanActionExe and OrphanActionParams)?

What's a valid way to test IIS7's OrphanWorkerProcess settings are working? I have a script and all the settings in the configuration for my application pool. However, it seems just simply recycling the application pool does not do the trick. …
Freddie
  • 111
  • 2
1
vote
2 answers

WebSites can't access to Sql Server DBs while recycling Application pool

I have some websites hosted on IIS7.5 windows 2008 R2 sometimes I am notified that sites report an error on connection to DBs and can't connect to DB while sql server is running. Nothing changed on server. If I restart web site still I get that…
Ashian
  • 400
  • 1
  • 7
  • 24
1
vote
1 answer

Setting permissions to ApplicationPoolIdentity on Remote Machine

We've just added a new development server to our office network running Windows Web Server 2008 with IIS7.5 and SQL 2008 R2. We don't RDP to the server, instead we run IIS Manager and SQL Mgmt Studio remotely and the WWW folder is shared that we…
Marko
  • 103
  • 1
  • 1
  • 10
1
vote
1 answer

How to set permissions for ASP.NET apps to run under IIS6 with Windows Authentication but without being "world-readable"

We have a departmental web server running Server 2003, IIS 6, and SQL Server Express. IIS is configured for Windows Authentication only and all the App Pools are configured to use the Network Service account. We run several ASP.NET apps, most of…
jimtut
  • 217
  • 1
  • 3
  • 13
1
vote
1 answer

What's the difference between FastCGI "static" and "dynamic" applications in terms of performance and stability?

I'll like to know what are the things to consider when choosing between configuring an app as static or as dynamic in an Apache 2 server that uses mod_fastcgi. The app is a typical reporting app written in Perl with MySQL as the Db backend with…
GeneQ
  • 407
  • 2
  • 8
  • 17
1
vote
2 answers

401 - Unauthorized: Access is denied error from web app running in IIS 7.5 using App Pool Identity

I have an ASP.NET app on a Windows 2008 server, IIS 7.5. When I try to access web site, I get a login popup. If I click "cancel" I get a 401 - Unauthorized: Access is denied due to invalid credentials. The app is using Windows authentication…
1
vote
1 answer

IIS App Pool Identity Internet Settings

How does an IIS App Pool determine its Internet Settings? I'm specifying a custom identity under which to host a .NET web application, a service account that is part of our Active Directory domain. When the application runs, it needs to make HTTP…
Paul Turner
  • 251
  • 4
  • 17
1
vote
1 answer

IIS 6.0 application pool stop issue

In my IIS log, I found warning level event ID 1013, which says the stop time exceeds expected stop time for worker process of a specific web application. My question is, how could I know or track from what reason IIS worker process stops? Does this…
George2
  • 1,137
  • 6
  • 22
  • 41
1
vote
1 answer

iis7.5 and classic application pool

I have windows 2008 - 64 bit and IIS7.5 , I can't use web sites under Classic Application pool. if I set Classic application pool, site shows error 404.17 , and try to use static handler for it's content. If I use integrated application pool then…
Ashian
  • 400
  • 1
  • 7
  • 24
1
vote
1 answer

Virtual Memory limit, 60 second recycle in IIS6

I have been required to set the Maximum virtual memory (in megabytes) setting in IIS6 on and it has been enabled with the default value of 500 MB. There has been an issue, since then, of the application pool recycling somewhat erratically. Well, it…
1
vote
3 answers

IIS6: determine which application pool is using the most resources?

I have several apps and app pools in IIS6 / Win 2003 Server. Right now, one app pool is running at around 500 MB of RAM usage in TaskMgr. I'd like to know which app pool that process represents. How can I find out?
1
vote
1 answer

IIS APPPOOL\ Application Pool setting ACL in GUI Issue IIS 7.5 on Windows 2008 R2

I can't seem to input the "IIS APPPOOL\PoolName" 'account' into the Windows file/folder ACL setting GUI, it doesn't recognise the account. I understand that this was a problem in vanilla Windows 2008 and you needed to use icacls, but it's supposed…
Christopher Edwards
  • 718
  • 1
  • 8
  • 19
1
vote
3 answers

IIS 7 503 error, application pool stop crash, defdoc.dll could not be loaded due to a configuration problem

Currently trying to get iis 7 to work, but every time I request a page, the application pool goes into stopped status. In the event log this is what comes back. The Module DLL 'C:\Windows\System32\inetsrv\defdoc.dll' could not be loaded due to a…
optician
  • 533
  • 8
  • 19
1
vote
1 answer

Does scheduling recycling app pool in IIS7 help the server conserve memory better?

I have a VPS (IIS7 with Win 2008) It's got: 40 websites and a SQL Server 2008 powering them with only 2 Gigs of RAM. None of the sites are mission critical, they are all just demos. I often have ram issues on the server because each site has does…
user29266
  • 363
  • 1
  • 5
  • 12