iis - Problem with multiple ISAPI Extensions processing the same request (Exchange 2003) -



iis - Problem with multiple ISAPI Extensions processing the same request (Exchange 2003) -

i trying add together isapi extension read request content before goes on original extension processes request.

to more specific, added isapi extension in exchange 2003 activesync folder (more details later) above microsoft's original "massync.dll" processes activesync requests.

deployment: 1. under iis manager-->web service extensions, added extension , set "allowed" 2. under iis manager-->web sites-->default web site-->microsoft-server-activesync-->properties-->virtual directory-->application settings-->configuration, inserted extension above original "massync.dll"

on httpextensionproc(), extension returns hse_status_success.

the problem extension catches request , able read content. however, extension, request not proceed next extension , activesync process fails.

how create request proceed next extension extension installed?

thanks in advance

you need install wildcard script map , phone call hse_req_exec_url.

iis isapi exchange-server-2003 isapi-extension

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -