I need to self host (in a windows process out of IIS) an existing .ashx service. The service implements an IHttpHandler.
Asked
Active
Viewed 397 times
6
-
flagging this for not being a question.. an quite vague.. – Brett Caswell Nov 20 '16 at 04:15
-
1An .ashx handler can be hosted on IIS easily. Now I would need to host in a windows process, as we may self host for instance WCF services. Here how to self host a wcf service: https://msdn.microsoft.com/en-us/library/system.servicemodel.servicehost(v=vs.110).asp. So my question is how selfhost an .asax handler? – Robert Nov 25 '16 at 21:31