WCF on an existing asp.net webforms -


I have an ASP.NET web form that I want to start to create an iPhone application. And for this, I think that is the best way to expose Y methods using WCF, and this is my first time with WCF

I have currently created a website using this project Has: File & gt; New & gt; Website, file & gt; No new & gt; ASP.Net Web Project Project

My questions are:

  1. Can I use the code that is already on my website, or should I use WCF web methods As is the methods to reproduce.
  2. Should I add WCF services to my current project or should I have to create a new WCF project? If the second option is to implement it?

    If there is a tutorial how to do this, then it will be appreciated.

    Thanks in advance

    Go through the link below, You can get the original idea about yourself and then you can decide which is the best approach to making WCF service for your needs - & gt;

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -