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:
- Can I use the code that is already on my website, or should I use WCF web methods As is the methods to reproduce.
- 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
Post a Comment