application-pool
JIT compiler will come here again?
I have one doubt here , I have one asp.net MVCweb application and every night we are recylcing the applciation pool from IIS. Now when the next day first request comes it is taking time to get respo开[详细]
2022-12-27 16:35 分类:问答Is it possible to tell IIS 7 to process the request queue in parallel?
Currently we are developing an ASMX, ASP 2.0, IIS 7 web service that does some calculations (and return a dynamically generated document) and will take approx. 60 seconds to run.[详细]
2022-12-27 05:52 分类:问答Extend web.config Application Pool Recycling
I have noticed how editing the web.config file in an application folder causes that application pool to recycle and pick up the changes.[详细]
2022-12-27 04:57 分类:问答Check the status of an application pool (IIS 6) with C#
How can I check t开发者_运维问答he status of an IIS6 application pool with C# ? For example, I want to know if it is running or not ![详细]
2022-12-24 01:10 分类:问答Determine the last time an Application Pool recycled
I\'m writing a .NET service that mo开发者_运维知识库nitors application pools. based on specific triggers I\'m restarting them.[详细]
2022-12-23 13:52 分类:问答When programmatically creating a new IIS web site, how can I add it to an existing application pool?
I have successfully automated the process of creating a new IIS website, however the code I\'ve written doesn\'t care about application pools, it just gets added to DefaultAppPool. However I\'d like t[详细]
2022-12-22 23:09 分类:问答IIS7 Application Pool Crash
I am running IIS 7.0 on Windows server 2008 R2 开发者_开发知识库and created 1 Application Pool per site and I have 1 site which is causing the application pool to stop. These are the following errors[详细]
2022-12-20 00:32 分类:问答ASP.NET restarts when a folder is created, renamed or deleted
UPDATE -- process to replicate issue: 1) Create a website project at c:\\projects\\restart-demo 2) Add default web.config and a dummy aspx page test.aspx[详细]
2022-12-19 19:18 分类:问答ASP.NET Impersonation in web.config vs. running the app pool with custom identity
Ok so I\'m using ASP.NET MVC. I\'m supposed to upload a file and write it to a network share. I\'m getting \"Logon failure: unknown user name or bad password.\" when I try to write to the network loc[详细]
2022-12-18 23:16 分类:问答Identify the w3wp System.Diagnostics.Process for a given application pool
I got few web sites running on my server. I have a \"diagnostic\" page in开发者_如何学编程 an application that shows the amount of memory for the current process (very useful).[详细]
2022-12-18 16:07 分类:问答