Hello,
I want to get the IHttpHandler from a svc service.
With old asmx webservices, I get it using
WebServiceHandl erFactory.GetHa ndler .
How can I get IHttpHandler in WCF running in serviceHostingE nvironment :
aspNetCompatibi lityEnabled="tr ue" ?
Thanks in advance for your help.
I want to get the IHttpHandler from a svc service.
With old asmx webservices, I get it using
WebServiceHandl erFactory.GetHa ndler .
How can I get IHttpHandler in WCF running in serviceHostingE nvironment :
aspNetCompatibi lityEnabled="tr ue" ?
Thanks in advance for your help.
Comment