1
Answer

How to call ASP.NET web API in Another ASP.NET web app?

My problem is:
 
(1) I have already created a ASP.NET Web API and i want to call this web API in another asp.net web application using jQuery and i want to call this Web api at any type of application.

Answers (1)