0

I have added the HTTP handler in local machine. I configured the site ip based. I try to invoke the handler in remote machine. I couldn't. It doesn't call.

Please help me...

Madhan
  • 11
  • 2
  • namespace Sample { public class SamHttpHandler : IHttpHandler, IRequiresSessionState { public void ProcessRequest(HttpContext context) { if (context != null) { } } } } Web.config: – Madhan Nov 13 '13 at 09:43
  • please confirm any verb that we missed in web.config – Madhan Nov 13 '13 at 09:43
  • that i mention above. I have declare it web.config. if i run any page. It automatically invoke. in local machine, it is working fine. I invoke remote machine. It shouldn't be.. – Madhan Nov 13 '13 at 09:57

0 Answers0