0

I want to consume a JSON/ WCF service in asp.net MVC 3 application. Do I need to use Jquery AJAX or I can call service methods directly ? Do I need to create two projects in my solution. One for MVC 3 and One for WCF service ?

Please suggest

DotnetSparrow
  • 27,428
  • 62
  • 183
  • 316

1 Answers1

0

Following two links might be helpful

http://msmvps.com/blogs/theproblemsolver/archive/2011/06/13/using-the-wcf-web-api-in-an-asp-net-mvc-application.aspx

WCF Service with asp.net mvc application

Community
  • 1
  • 1
Rafay
  • 30,950
  • 5
  • 68
  • 101