application-pool Questions
12
Solved
How can I restart(recycle) IIS Application Pool from C# (.net 2)?
Appreciate if you post sample code?
Locke asked 30/10, 2008 at 11:54
6
I have an Application pool that has a lot of applications been assigned to it, it won't let me rename.
Beside delete and creating a new application pool, is there anyway to get a new name for my ...
Hydrops asked 29/10, 2013 at 23:3
6
Solved
How to retrieve the number of applications associated with a specific IIS AppPool via PowerShell command?
We can see the associated applications manually using:
Get-Item IIS:\AppPools\AppPoolName...
Mallis asked 17/12, 2013 at 14:35
2
Windows Server 2008 R2 Standard ( Microsoft Windows Server Version 6.1 Build 7601: Service Pack 1 )
IIS 7.5.7600.16385
In IIS Manager for a Site assigned an ApplicationPool with Identity = Applic...
Excommunication asked 20/7, 2015 at 6:53
3
I have an MVC4 web application deployed on a Windows 2012 R2 server with IIS 8.5.
I configured the Application Pool to run with a custom domain account because the web application needs to call ano...
Keeney asked 3/6, 2014 at 21:6
4
Solved
I'm looking to see how I can use the IIS PowerShell Cmdlet New-WebAppPool to specify the version of the .NET Framework to use. Currently, it defaults to v2.0, however I am using MVC, and this will ...
Y asked 19/11, 2010 at 20:25
10
Solved
is anyone familiar with a way to get the Application pool that is associated with a process ID ? I am using Win32_Process to query the W3WP services and return the PID now I am trying to get the ap...
Aurum asked 14/4, 2009 at 19:5
2
Solved
I have an ASP.NET MVC application deployed on IIS 8.5 in a Web server and I would like to know the differences between these two features for the setting "Idle Time-out action".
If proces...
Kielty asked 13/11, 2020 at 9:31
4
Solved
I've noticed that on one of my production web apps, when I manually recycle an app pool, the recycled worker process can take upwards of 60+ seconds to actually be completely destroyed, based on wa...
Palatalized asked 24/12, 2008 at 17:23
3
Solved
I see a lot of scripts for recycling application pools on a web server running IIS7 but is there a way to check, with PowerShell, that the web application pool is running or stopped? I can't seem t...
Spermatogonium asked 27/9, 2012 at 20:32
5
Solved
I have an application which is making use of the RSACryptoServiceProvider to decrypt some data using a known private key (stored in a variable).
When the IIS Application Pool is configured to use...
Glissando asked 9/7, 2009 at 9:48
15
Solved
What exactly is an application pool? What is its purpose?
Pulsometer asked 5/10, 2010 at 23:52
1
Solved
I have always been using OnDemand start mode for my application pools but I have recently heard about AlwaysRunning mode which allows an ASP.NET application deployed to IIS to be available immediat...
Instrumentality asked 13/11, 2020 at 9:20
0
on application pool my .net core(3.1) application suddenly shutdown(in production server), I often get the following entry in event log Failed to gracefully shutdown application 'MACHINE/WEBROOT/AP...
Gromwell asked 15/10, 2020 at 13:23
3
Solved
Whenever I try to launch a site in the 4.0 App Pool shuts down immediately (if it ever started) an leaves an event in the event log:
Windows cannot find the local profile and is logging you on wit...
Ambulator asked 12/5, 2011 at 14:57
3
Solved
How do I get the identity of an appPool programmatically in C#? I want the application pool user and NOT the user who is currently logged in.
Varner asked 11/4, 2012 at 6:44
8
I have the following in a vbs file that i am trying to run from the command line:
strServerName = "ServerName"
strAppPoolName = "DefaultAppPool"
set objAppPools = GetObject("IIS://" & strServe...
Ecdysis asked 23/3, 2011 at 13:5
1
Solved
Each time when I launch the debugger for an ASP.net core application under local IIS from VS2017, a new Application pool is created.
I wish the application to remain stable under the DefaultAppPoo...
Shahjahanpur asked 16/6, 2018 at 7:17
5
Solved
What are pros and cons of having dedicated application pools over keeping web applications in one default app pool?
Menell asked 21/10, 2008 at 20:15
2
Solved
Application pools in IIS are recycled very frequently and I can't figure out why. I remember reading about a possible issue in IIS6 that meant you were forced to recycle but a quick search now turn...
Liberate asked 24/8, 2011 at 6:35
2
Solved
I am trying to create a new web application using PowerShell. I keep getting the error application pool account is not found! How do I solve this?
I tried adding the new web application to Default...
Streptomycin asked 7/6, 2012 at 12:42
5
Solved
Module IIS Web Core
Notification Unknown
Handler Not yet determined
Error Code 0x8007000d
Config Error Failed to decrypt attribute 'password'
Config File Unavailable (Config Isolation)
When ...
Fingerprint asked 3/9, 2013 at 3:18
3
My website was down several times per day and when I check the application pool (IIS 7.5), I saw it was stopped and I must restart it manually. How can I setup application pool so that it automatic...
Pierette asked 14/2, 2012 at 16:55
3
I am running IIS 8.5 on a Windows 2012 R2 Core box. I created a new application pool called "MyNewAppPool". I have a website instance, called "MyNewWebsite.com" running in the "MyNewAppPool" applic...
Overcareful asked 7/8, 2014 at 20:58
6
Solved
is it possible to check when i recycled the app pool last time, i want to check the date when my app pool was last recycled, is there anything in IIS i can get this info.
Orelie asked 14/12, 2011 at 20:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.