Creating Understanding and Educating Programmers, Developers and Technical Communities, one post at a time.

Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts

Monday, November 30, 2009

Application Pool in IIS

It is good idea to create a new pool in IIS for each web application. Instead of putting all web application in one pool, creating of new pool will isolate each application. It will provide separate worker process. Let me know, if it is good for you.

Friday, April 3, 2009

ISAPI Filter

ISAPI filters are DLL files that can be used to modify and enhance the functionality provided by IIS. ISAPI filters always run on an IIS server, filtering every request until they find one they need to process. The ability to examine and modify both incoming and outgoing streams of data makes ISAPI filters powerful and flexible.

Comment will be answered quickly to the reader of this post...
;)