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
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
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
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
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.
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
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
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开发
Does recycling the IIS7 application pool kill any currently executing requests? Or does it wait for all requests to complete (like a drain-stop)?
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.