application-pool
Getting IIS application pool recycle events to be logged in the Windows Event Log
I am trying to get IIS 7 application pool recyc开发者_如何学Gole, start, stop, etc. events to be logged to the Windows Event Log. I followed the steps outlined in this article but didn\'t have any suc[详细]
2023-03-22 01:42 分类:问答Default Apppool in IIS 6.0?
How can i check what version of .net is being used as DefaultAppPool in IIS 6.0 in Windows server 2003?[详细]
2023-03-21 07:55 分类:问答restarting Application Pool every specific duration asp.net. IIS7
my application pool gets stopped every now and then coz of some problem in code开发者_JAVA百科 or something wrong on the page, so i want to restart the application pool every 5 mins, so that i dont ha[详细]
2023-03-19 13:11 分类:问答IIS6 App Pool state
I was wondering if there is a way to capture the state of an IIS6 App Pool using DirectoryEntry in C#?[详细]
2023-03-17 04:06 分类:问答single sign on iis 7.5 multiple application pools
I have a webapp in two parts (website and webdav part). Both are running in a seperate application pool in IIS 7.5 due a different framework.[详细]
2023-03-15 14:53 分类:问答Persist Static Data Through AppPool Recycles
I\'ve created a ASP .Net MVC 3 application that allows users to search through a variety of media files based on their filenames. There are a large number of these files so I\'ve created an inverted i[详细]
2023-03-11 17:30 分类:问答IIS application pool recycling and "shutdown time limit" role in overlapping
When recycling happens, I want to move all new request to new w3wp (this is done automatically) and leave the previous w3wp to exit when it gets idle (whatever time开发者_如何学Python it takes).[详细]
2023-03-11 10:32 分类:问答Can I create App Pool on IIS7 using wix if IIS6 Management Compatibility is not installed
I know that there is the native IIS7 support in wix 3.5, but I have this strange error. So, if IIS6 Management Compatibility for IIS7 is not installed, then new App Pool did not created in installati[详细]
2023-03-10 19:41 分类:问答C# .NET Singleton life of app pool
I want to create a singleton that remains alive for the life of the app pool using HttpContent.Current.Cache.[详细]
2023-03-10 06:47 分类:问答ASP.NET MVC 3 on IIS gives 403 after period of time, requires app pool restart
I have an ASP.NET MVC 3 site running on Windows 2003 / IIS 6. Everything works fine for awhile (days/weeks at a time), and then I start getting 403 errors. T开发者_如何学JAVAhis happens if a user goes[详细]
2023-03-10 04:49 分类:问答