Are web service handler chains possible under IIS / ASP.NET
- by Mike
I'm working with a client who wants me to implement a particular design in an IIS/ASP.NET environment. This design was already implemented in Java, but I am not sure it is possible using Microsoft technologies.
In a Tomcat/Java environment one can create so call Handler Chains. In essence a handler runs on the server on which the web service is…