Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Rakki Muthukumar
my journey with microsoft technologies - IIS/ASP.NET/AJAX/C#/Javascript/IE
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET
500 Internal Server Error
ADMembershipProvider
Admin Pack
ADSUTIL
AJAX
Announcement
Application Pools
ASP
ASP.NET
BAD ISAPI
Bitrate
C#
Caching
Debugging
Fiddler
Fiddler How-Tos
FREB
FTP
General
GTSC
Hiring
Hotfix
HTTPERR
Hyper-V
IE
IE8
IIS
IIS 5.0
IIS 5.1
IIS 6
IIS 6.0
IIS 7
IIS7
IIS7 : HOW TO
IIS7 Tweets
IISRESET
Internet Explorer
ISAPI
ISAPI Extensions
ISAPI Filters
JSON
Kerberos
Live Mesh
Logging
LogParser
Media
MembershipProvider
MetaACL
Metabase
Modules
PDC2008
Performance
Permissions
Programming
Scripts
Technology
Tools
Touchless
Twitter
URLScan
VBScript
Virtual Functions
Vista
Visual Studio
VS 2008
Web
Web Deployment Tool
Windows Azure
x64
News
All posts are provided "AS IS" with no warranties, and confer no rights.
Chat with me now
Archives
November 2009 (2)
August 2009 (2)
July 2009 (3)
June 2009 (3)
March 2009 (4)
February 2009 (3)
January 2009 (4)
November 2008 (4)
October 2008 (7)
August 2008 (1)
July 2008 (4)
June 2008 (5)
May 2008 (2)
April 2008 (4)
March 2008 (6)
February 2008 (2)
January 2008 (1)
November 2007 (8)
October 2007 (1)
September 2007 (1)
August 2007 (5)
July 2007 (3)
June 2007 (3)
May 2007 (7)
April 2007 (3)
March 2007 (6)
February 2007 (1)
January 2007 (3)
December 2006 (4)
November 2006 (1)
October 2006 (2)
September 2006 (2)
Personal
My Live Space
My Personal website
July 2007 - Posts
Tuesday, July 31, 2007 11:58 PM
IIS7 : Recycling AppDomains inside the AppPool programmatically using Microsoft.Web.Administration.dll - C# example
There will be a lot of situations where you need to recycle only one Application Domain inside an Application Pool. One good way to do this is to just edit the web.config for that particular application which will force the App Domain to recycle. I was
Posted by
rakkim
|
0 Comments
Filed under:
C#
,
IIS7
Attachment(s):
FREBUI.zip
Tuesday, July 10, 2007 1:13 AM
IIS7 : HOW TO enable content expiration?
In IIS6, it was with the website properties --> HTTP Headers. Here in IIS7, you can do this on the "HTTP Response Headers" feature on the website. Select the website in the Connections pane. Double click on the "HTTP Response Headers" feature in the
Posted by
rakkim
|
3 Comments
Filed under:
IIS7
,
IIS7 : HOW TO
Tuesday, July 10, 2007 12:10 AM
IIS7 : Manage Server - Actions Pane
In IIS7, you might have seen this pane "Actions" - I call it the smart pane in IIS7. It does gives you all the actions associated with the entity you select in the connections pane (left hand side). This actions pane is in the right hand side and it would
Posted by
rakkim
|
0 Comments
Filed under:
IIS7