Consider the following scenario:
For example, RpcProxy.dll is an ISAPI extension that runs in IIS 7.5 or IIS 8.0 in a Microsoft Exchange environment that has Outlook Anywhere enabled. In this example, IIS 7.5 or IIS 8.0 does not log a "200" HTTP status code for successful client requests.
- You have a computer that is running Internet Information Services (IIS) 7.5 or IIS 8.0.
- You create a custom request-level module that registers for the RQ_SEND_RESPONSE event notification. You register and enable this module in IIS.
Note By doing this, IIS calls the OnSendResponse method of the module when it sends the response buffer. - A client request is sent to the computer, and the request is received by the ISAPI extension. Then, a response is returned.
For example, RpcProxy.dll is an ISAPI extension that runs in IIS 7.5 or IIS 8.0 in a Microsoft Exchange environment that has Outlook Anywhere enabled. In this example, IIS 7.5 or IIS 8.0 does not log a "200" HTTP status code for successful client requests.