Is it possible to reuse/call a handler in C# Website from C# WebApi? – Asp.net
I have an ASP.NET website that contains a number of handlers (.ashx). Is it possible to call that handler from a standalone C# REST API (Web API)? Or does it need to be in the same solution file? For example,…