[wsf-c-dev] Re: axis2 module for IIS - General Ideas
James Clark
james at wso2.com
Thu Dec 7 03:49:03 PST 2006
> I have done some reading about how to create a module to intergrate
> axis2c with IIS.
> There are two ways to extend the IIS capability.
>
> 1. ISAPI filters
> 2. ISAPI extensions
I would recommend not using either of these, but building on http.sys
directly. See for example:
http://dotnetjunkies.com/Tutorial/99DD7042-532D-4DB4-8625-1CD8BF422D64.dcik
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/a2a45c42-38bc-464c-a097-d7a202092a54.mspx?mfr=true
http://msdn2.microsoft.com/en-us/library/ms191310.aspx
This requires IIS 6.0 and at least Windows Server 2003 or Windows XP
SP2, but it's definitely the way of the future, and provides potentially
much better performance than ISAPI filters or extensions.
James
More information about the Wsf-c-dev
mailing list