What is the purpose of Request Filtering in IIS 7.0?

Prepare for the Longhorn Server Training Test with our quiz. Study with flashcards and multiple choice questions. Each question includes hints and explanations to enhance your learning experience. Get ready to ace your exam!

Multiple Choice

What is the purpose of Request Filtering in IIS 7.0?

Explanation:
Request Filtering in IIS 7.0 is about screening incoming requests and denying those that match defined patterns, such as dangerous URL sequences or disallowed file types, to protect the server from harmful requests. It inspects the request path, query, and headers and drops any request that fits the rules before it reaches your application. This helps prevent things like directory traversal or requests for potentially dangerous file types. It’s not about logging, compressing responses, or translating URLs—that’s handled by other features.

Request Filtering in IIS 7.0 is about screening incoming requests and denying those that match defined patterns, such as dangerous URL sequences or disallowed file types, to protect the server from harmful requests. It inspects the request path, query, and headers and drops any request that fits the rules before it reaches your application. This helps prevent things like directory traversal or requests for potentially dangerous file types. It’s not about logging, compressing responses, or translating URLs—that’s handled by other features.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy