application-pool
What permissions are needed to start a service through ASP.NET?
I was wondering what privileges I needed to let a user start a service on our server. The situation is as follows, some people on our website can start a certain service on the server (Windows 2008 a[详细]
2023-03-09 16:28 分类:问答Replacing a DLL while AppDomain is already loaded in ASP.NET
What happens if a dll is already loaded by w3wp.exe and we replace it? Of course we can replace a dll since asp.net uses a cached version of Bin folder DLLs, but I want to know if upon replacing a dl[详细]
2023-03-09 03:38 分类:问答ThreadAbortException occurs when deleting images on a background thread. ASP.NET 4
I\'m using VS2010 and ASP.NET 4. I have a single, long-running background thread running in the application, which is designed to \'cleanup\' the least recently used files in a folder. It uses an Even[详细]
2023-03-08 22:31 分类:问答ODBC connection re establishes after application pool recycle
I have a web service application which connects to databases through odbc sql native client and SQL Server drivers. all of a sudden the application stopped connecting to the database throwing the erro[详细]
2023-03-06 23:11 分类:问答Get List of AppPools from IIS
I\'m using vb.net 3.5 with asp.net and I need to list all AppPools names from IIS and show them in dropdownlist.[详细]
2023-03-05 06:34 分类:问答ASP.NET Application Pool Recycling Issue
I have a Web Project setup that has both my WebForms and a WCF service.I am having an issue where every so often my application seems to recycle and i lose all singleton objects and session values.It[详细]
2023-03-04 21:24 分类:问答What are the effects of increasing number of worker process for a sharepoint application hosted in Windows Server 2003
I have a sharepoint application hosted on a windows 2003 server with the maximum number of worker process set as 1 in the application pool. There are couple of sharepoint application hosted and one of[详细]
2023-02-28 19:17 分类:问答server.transfer with app pool set to "integrated"
I have a Facebook application and for various reasons, I need it to run with the app pool set to \"integrated\".However, when I change the app pool to \"integrated\", Server.Transfer does not seem开发[详细]
2023-02-28 17:08 分类:问答Does recycling the IIS7 application pool kill any currently executing requests?
Does recycling the IIS7 application pool kill any currently executing requests? Or does it wait for all requests to complete (like a drain-stop)?[详细]
2023-02-24 16:11 分类:问答Are there any IIS Application-Pool Usage Guidelines?
I\'ve been looking at application pools lately, specifically with ASP.NET applications in mind and I\'ve been struggling to find any best practices for use of application pools.[详细]
2023-02-22 05:56 分类:问答