WCF Service Application VS ASP.NET Web Application?
问题 I'm building a Web API to access my database. I would like to create a Single Page Application Website first then a iPhone, Android and Windows application. Classic. My data and business layer are already finished. First I decided to build a Json WCF Webservice. In Visual Studio I created a WCF Service Application . I modified the Web.config file to accept Json requests and implemented my interface and svc file. After that I discovered ASP.NET Web Application with the Web API template . So I