Self Hosting and IHttpHandler (ashx service)
Asked Answered
M

0

6

I need to self host (in a windows process out of IIS) an existing .ashx service. The service implements an IHttpHandler.

Mcknight answered 15/7, 2015 at 16:57 Comment(2)
flagging this for not being a question.. an quite vague..Koloski
An .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: msdn.microsoft.com/en-us/library/…. So my question is how selfhost an .asax handler?Mcknight

© 2022 - 2024 — McMap. All rights reserved.