application-pool
Can you modify the web.config and NOT restart the ASP.NET application? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: How to prevent an ASP.NET application restarting when the web.config is modified?[详细]
2022-12-18 13:40 分类:问答Changing IIS 6/7 Application Pool settings programmatically
How can I programmatically change IIS application pools\' settings and properties (for example: the Enable 32-Bit Applications set开发者_如何学Pythonting)?[详细]
2022-12-18 13:31 分类:问答IIS 6.0 Application Pool Identity Being Ignored
I am using IIS 6.0 on Windows 2003 in a workgroup, and have created a web which runs in its own pool to connect to a Sqlserver 2005 Analysis Services database using msmdpump.dll. I have set the pool u[详细]
2022-12-17 06:34 分类:问答Does recycling the ASP.NET application kick users out?
We have a problem where the solution seems to be to recycle the app pool for a particular site (a CMS issue we have little control of, I won\'t 开发者_开发技巧go into it here).[详细]
2022-12-17 04:53 分类:问答Drawback to creating a separate IIS application pool for each website / application
Currently, on our production IIS web farm, we host about 15 applications in a single App Pool (Default App Pool). There are two websites and about 13 virtual directories.[详细]
2022-12-15 07:49 分类:问答IIS, multiple CPU cores, application pools and worker processes - best configuration for a single site?
We use Kentico CMS and I\'ve exchanged emails with them about a web garden deployment. We have a single site running on a server with 8 cpu 开发者_开发问答cores. In line with Kentico\'s advice, we ha[详细]
2022-12-13 10:52 分类:问答What's the relation between classic asp and a IIS application pool?
Does asp run in the IIS application pool for which the website is configured开发者_JAVA百科? Or is the application pool only for asp.NET applications.[详细]
2022-12-09 11:10 分类:问答How to disable the application pool idle time-out in IIS7?
Will it be disabled if I set the idle time-out 开发者_如何学运维to 0?Yes, setting the idle timeout value to zero will disable idle timeouts.[详细]
2022-12-09 03:49 分类:问答