Welcome to MSDN Blogs
Sign in
|
Join
|
Help
<rakkimk runat="server" />
General IIS, ASP.NET troubleshooting, learning articles, code samples, etc
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET
500 Internal Server Error
ActiveDirectoryMembershipProvider
Admin Pack
ADSUTIL
AJAX
Application Pools
ASP
ASP.NET
BAD ISAPI
Bitrate
C#
Caching
Debugging
GTSC
Hiring
Hotfix
Hyper-V
IIS
IIS 5.0
IIS 5.1
IIS 6
IIS 6.0
IIS 7
IIS7
IIS7 : HOW TO
IISRESET
Internet Explorer
ISAPI
ISAPI Extensions
ISAPI Filters
Kerberos
Logging
MembershipProvider
MetaACL
Metabase
Modules
Permissions
Programming
Scripts
Tools
VBScript
Virtual Functions
Vista
Visual Studio
Web Deployment Tool
News
All posts are provided "AS IS" with no warranties, and confer no rights.
Chat with me now
Archives
July 2008 (3)
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
|
0 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