application-pool
How to get Application Pool name through code (C#, ASP.net)
I want to recycle the application pool through my application.
Create SQL Server Login for IIS APPPOOL – IIS and SQL Server on different machines
I’ve searched thoroughly- apologies in advance if I am missing an obvious answer.
Followed the recommendations at link below and the solution did not work. The solution also does not indicate whether it applies to a production webserver running IIS and SQL Server on separate computers.
Add IIS 7 AppPool Identities as SQL Server Logons
How do I programmatically find why Application_End() is invoked?
Application_End() is invoked when my application pool is stopped which can happen for a number of reasons, including automatic pool recycle or changes in the folder from which the application is served.
Application pool identity in IIS and Integrated security to SQL Server
If I have an ASP.NET web app using impersonation and a SQL Server connectionstring with Integrated Security = true, does the identity of the IIS application pool of the app play any role?
Different Default Document for IIS Sub Application
I have an IIS website running an ASP.NET site but it has multiple applications running under it (a virtual directory with separate app pools basically).