0

Does any one know is is possible to use ASP.NET Web API in ASP .NET not in Asp MVC ?

2 Answers 2

2

Yes, Web API can be used with ASP.NET Web Forms:

http://blogs.msdn.com/b/henrikn/archive/2012/02/23/using-asp-net-web-api-with-asp-net-web-forms.aspx

Sign up to request clarification or add additional context in comments.

Comments

1

Yes, We can use Web API in asp.net web forms.

Web API using HTTP protocol to communicate the Clinet.

We can access an web API service using a HTTP request, it supports the GET,POST AND PUT HTTP methods.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.