Hello, I'm chinese. Although I speak English badly, I want to ask a question.
I'd like to write a HTTP handler class, for example MyHttpHandler that implements the IHttpHandler interface, the class references some WCF services. I copy the assembly that include the MyHttpHandler class into the GAC, after that I can add a managed handler in "Handler Mappings".
My question - I don't know where to save the WCF services' client configuration.
Thanks,
Tony